summaryrefslogtreecommitdiff
path: root/docs/redis_cluster_commands.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/redis_cluster_commands.rst')
-rw-r--r--docs/redis_cluster_commands.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/redis_cluster_commands.rst b/docs/redis_cluster_commands.rst
deleted file mode 100644
index de520de..0000000
--- a/docs/redis_cluster_commands.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-Redis Cluster Commands
-######################
-
-The following `Redis commands <https://redis.io/commands>`_ are available within a `Redis Cluster <https://redis.io/topics/cluster-tutorial>`_. Generally they can be used as functions on your redis connection.
-
-.. autoclass:: redis.commands.cluster.RedisClusterCommands
- :inherited-members: