This commit is contained in:
Timothy Jaeryang Baek
2026-07-26 22:32:17 -04:00
parent aadab2f480
commit fc4906c9e9

View File

@@ -303,6 +303,7 @@ def get_redis_connection(
cache_key = (
redis_url,
tuple(redis_sentinels) if redis_sentinels else (),
redis_cluster,
async_mode,
decode_responses,
)