Skip to content

Commit

Permalink
Fix topk list example. (#2724)
Browse files Browse the repository at this point in the history
  • Loading branch information
AYMENJD committed Apr 27, 2023
1 parent d6bb457 commit fddd3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/redismodules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ These are the commands for interacting with the `RedisBloom module <https://redi
import redis
r = redis.Redis()
r.topk().reserve("mytopk", 3, 50, 4, 0.9)
r.topk().info("mytopk)
r.topk().info("mytopk")
.. automodule:: redis.commands.bf.commands
:members: BFCommands, CFCommands, CMSCommands, TOPKCommands
Expand Down

0 comments on commit fddd3d6

Please sign in to comment.