#169·go-cache

Introduce pattern-based Keys and Scan functions

Author: minudikaCreated Sep 27, 2023Updated Sep 27, 2023

It would be better to have functions to retrieve the keys and objects for a given key pattern. Something similar to the [keys ](https://redis.io/commands/keys/)and [scan](https://redis.io/commands/scan/) functions in Redis.