CF.INFO
CF.INFO key
- Available in:
- Redis Open Source / Bloom 1.0.0
- Time complexity:
- O(1)
- ACL categories:
-
@cuckoo,@read,@fast, - Compatibility:
- Redis Software and Redis Cloud compatibility
Returns information about a cuckoo filter.
Required arguments
key
is key name for a cuckoo filter.
Examples
Redis Software and Redis Cloud compatibility
| Redis Software |
Redis Cloud |
Notes |
|---|---|---|
| ✅ Supported |
✅ Flexible & Annual ✅ Free & Fixed |
Return information
One of the following:
- Array reply with argument name (Simple string reply) and value (Integer reply) pairs.
- Simple error reply if invalid arguments are passed,
keydoes not exist, orkeyis not of the correct type.