From 1ee0a60bf921dec2b161ad6a85687f3cf923040c Mon Sep 17 00:00:00 2001 From: Achal Shah Date: Fri, 20 May 2022 19:47:58 +0000 Subject: [PATCH] chore: Remove misleading connection option from redis docstring Signed-off-by: Achal Shah --- sdk/python/feast/infra/online_stores/redis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/feast/infra/online_stores/redis.py b/sdk/python/feast/infra/online_stores/redis.py index 1a8eedb21e0..60fa9265ca7 100644 --- a/sdk/python/feast/infra/online_stores/redis.py +++ b/sdk/python/feast/infra/online_stores/redis.py @@ -132,7 +132,7 @@ def _parse_connection_string(connection_string: str): """ Reads Redis connections string using format for RedisCluster: - redis1:6379,redis2:6379,decode_responses=true,skip_full_coverage_check=true,ssl=true,password=... + redis1:6379,redis2:6379,skip_full_coverage_check=true,ssl=true,password=... for Redis: redis_master:6379,db=0,ssl=true,password=... """