Skip to content

Commit 9570abf

Browse files
FranGMspladug
andauthored
Update baseplate/clients/redis_cluster.py
Co-authored-by: Neil Williams <spladug@users.noreply.github.com>
1 parent ffdecf9 commit 9570abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

baseplate/clients/redis_cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def cluster_pool_from_config(
3535
) -> rediscluster.ClusterConnectionPool:
3636
"""Make a ClusterConnectionPool from a configuration dictionary.
3737
38-
The keys useful to :py:func:`clusterpool_from_config` should be prefixed, e.g.
38+
The keys useful to :py:func:`cluster_pool_from_config` should be prefixed, e.g.
3939
``rediscluster.url``, ``rediscluster.max_connections``, etc. The ``prefix`` argument
4040
specifies the prefix used to filter keys. Each key is mapped to a
4141
corresponding keyword argument on the :py:class:`rediscluster.ClusterConnectionPool`

0 commit comments

Comments
 (0)