nohm icon indicating copy to clipboard operation
nohm copied to clipboard

Count records function

Open 2012mjm opened this issue 8 years ago • 0 comments

Please add count records function ;)

use SCARD redis command: https://redis.io/commands/scard

Examples:

redis>  SADD myset "Hello"
(integer) 1
redis>  SADD myset "World"
(integer) 1
redis>  SCARD myset
(integer) 2

2012mjm avatar Oct 03 '17 15:10 2012mjm