Quantcast
Channel: Why the redis returning more values instead of count? - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Gilg Him for Why the redis returning more values instead of count?

check this answer According to the docu: "When iterating the key space, or a Set, Hash or Sorted Set that is big enough to be represented by a hash table, assuming no MATCH option is used, the server...

View Article



Answer by Kevin Christopher Henry for Why the redis returning more values...

The documented meaning of COUNT is that it's a hint as to how much work to do on the HSCAN call, it's not a strict number of elements to return. While SCAN does not provide guarantees about the number...

View Article

Why the redis returning more values instead of count?

I am using Ruby on Rails to store keys into redis. There are more than 20000 keys under my hash. I tried to limit 10 while getting all. But the redis returning 11 instead of 10. Why its returning 11?...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images