We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1225b69 commit 16fa7cbCopy full SHA for 16fa7cb
packages/settings-library/src/settings_library/redis.py
@@ -42,6 +42,6 @@ def build_redis_dsn(self, db_index: RedisDatabase) -> str:
42
),
43
host=self.REDIS_HOST,
44
port=self.REDIS_PORT,
45
- path=f"/{db_index}",
+ path=f"{db_index}",
46
)
47
0 commit comments