cashapp / misk

Microservice Kontainer
https://cashapp.github.io/misk/
391 stars 166 forks source link

Consider adding SCAN functionality to misk-redis #3341

Closed nliblock closed 6 days ago

nliblock commented 1 week ago

I have a use case for finding all keys that match a given prefix. Ideally this is handled using the SCAN function, but it doesn't appear that this function is available in our current interface.

nliblock commented 6 days ago

Opened a PR for this myself: https://github.com/cashapp/misk/pull/3345