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 f3d1065 commit 5e17009Copy full SHA for 5e17009
splitio/storage/adapters/redis.py
@@ -739,7 +739,6 @@ def _build_default_client(config): # pylint: disable=too-many-locals
739
unix_socket_path=unix_socket_path,
740
encoding=encoding,
741
encoding_errors=encoding_errors,
742
-# errors=errors, Starting from redis 6.0.0 errors argument is removed
743
decode_responses=decode_responses,
744
retry_on_timeout=retry_on_timeout,
745
ssl=ssl,
0 commit comments