Skip to content

Commit fd361a7

Browse files
committed
Updated docs
1 parent c47d4aa commit fd361a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/resp3_features.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ CacheImpl should implement a `CacheInterface` specified in `redis.cache` package
100100

101101
Explicit disconnect
102102

103-
It's important to call `disconnect()` or `disconnect_connection_pools()` in case of Cluster to properly close the connection to server.
103+
It's important to call `close()` to properly close the connection to server.
104104
For caching purposes, we're using a separate thread that performs health checks with configurable interval and it relies on
105-
`disconnect()` or `disconnect_connection_pools()` to be called before the shutdown.
105+
`close()` to be called before the shutdown.
106106

107107
More robust documentation soon will be available at `official Redis documentation <https://redis.io/docs/latest/>`_.

0 commit comments

Comments
 (0)