cashapp / misk

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

Consider Adding Redis Set support to misk-redis #3342

Open nliblock opened 1 week ago

nliblock commented 1 week ago

It doesn't appear like redis set operations are available in the redis interface, such as SADD , SREM, SISMEMBER, etc. Sorted sets could theoretically be used instead for functionality, but at unnecessary complexity and performance cost.