Storing keys in a redis set
hop of those help? Yes, that's the basic approach to "indexing" in Redis.
If your set is large, you'd want to use SSCAN instead of SMEMBERS. Also,
don't use a single MGET for everything, but rather make batches of constant
size (e.g. 100). These two
Date : January 08 2021, 03:18 AM , By : user86493