Does the value set size of Redis key affect performance?

Viewed 16

When performing SISMEMBER operation on a Redis key that has a set data structure value, does the set size of the key affect performance?

1 Answers
Related