summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAYMEN Mohammed <53928879+AYMENJD@users.noreply.github.com>2023-04-27 17:17:27 +0300
committerGitHub <noreply@github.com>2023-04-27 17:17:27 +0300
commitfddd3d6b306724988249d117cd9e405ac78ffecc (patch)
treea5597463e8d6611b15b06bdb6a64d050f995c0ab
parentd6bb4573618672d525c84877ec69827ff975299f (diff)
downloadredis-py-fddd3d6b306724988249d117cd9e405ac78ffecc.tar.gz
Fix topk list example. (#2724)
-rw-r--r--docs/redismodules.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/redismodules.rst b/docs/redismodules.rst
index a133f03..2ac4651 100644
--- a/docs/redismodules.rst
+++ b/docs/redismodules.rst
@@ -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