We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6bb457 commit fddd3d6Copy full SHA for fddd3d6
docs/redismodules.rst
@@ -44,7 +44,7 @@ These are the commands for interacting with the `RedisBloom module <https://redi
44
import redis
45
r = redis.Redis()
46
r.topk().reserve("mytopk", 3, 50, 4, 0.9)
47
- r.topk().info("mytopk)
+ r.topk().info("mytopk")
48
49
.. automodule:: redis.commands.bf.commands
50
:members: BFCommands, CFCommands, CMSCommands, TOPKCommands
0 commit comments