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 ffdecf9 commit 9570abfCopy full SHA for 9570abf
baseplate/clients/redis_cluster.py
@@ -35,7 +35,7 @@ def cluster_pool_from_config(
35
) -> rediscluster.ClusterConnectionPool:
36
"""Make a ClusterConnectionPool from a configuration dictionary.
37
38
- The keys useful to :py:func:`clusterpool_from_config` should be prefixed, e.g.
+ The keys useful to :py:func:`cluster_pool_from_config` should be prefixed, e.g.
39
``rediscluster.url``, ``rediscluster.max_connections``, etc. The ``prefix`` argument
40
specifies the prefix used to filter keys. Each key is mapped to a
41
corresponding keyword argument on the :py:class:`rediscluster.ClusterConnectionPool`
0 commit comments