File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ CacheImpl should implement a `CacheInterface` specified in `redis.cache` package
100
100
101
101
Explicit disconnect
102
102
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.
104
104
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.
106
106
107
107
More robust documentation soon will be available at `official Redis documentation <https://redis.io/docs/latest/ >`_.
You can’t perform that action at this time.
0 commit comments