Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Commit f5912c8

Browse files
authored
Update to newer redis-py (feast-dev#2221)
* Update to newer `redis-py` Signed-off-by: Judah Rand <[email protected]> * Ensure all dependencies are consistent Signed-off-by: Judah Rand <[email protected]> * Relax `redis` constraint Signed-off-by: Judah Rand <[email protected]>
1 parent 1f3a595 commit f5912c8

File tree

8 files changed

+259
-256
lines changed

8 files changed

+259
-256
lines changed

sdk/python/feast/infra/online_stores/redis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
try:
4343
from redis import Redis
44-
from rediscluster import RedisCluster
44+
from redis.cluster import RedisCluster
4545
except ImportError as e:
4646
from feast.errors import FeastExtrasDependencyImportError
4747

0 commit comments

Comments
 (0)