Module: Redis::Commands::HyperLogLog
- Included in:
- Redis::Commands
- Defined in:
- sig/redis.rbs
Instance Method Summary collapse
Instance Method Details
#pfadd ⇒ Boolean
312 |
# File 'sig/redis.rbs', line 312
def pfadd: (String key, (String | Array[String]) member) -> bool
|
#pfcount ⇒ Integer
314 |
# File 'sig/redis.rbs', line 314
def pfcount: (*(String | Array[String]) keys) -> Integer
|
#pfmerge ⇒ Boolean
316 |
# File 'sig/redis.rbs', line 316
def pfmerge: (String dest_key, *(String | Array[String]) source_key) -> bool
|