Skip to content

Commit 16fa7cb

Browse files
committed
fix /
1 parent 1225b69 commit 16fa7cb

File tree

1 file changed

+1
-1
lines changed
  • packages/settings-library/src/settings_library

1 file changed

+1
-1
lines changed

packages/settings-library/src/settings_library/redis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ def build_redis_dsn(self, db_index: RedisDatabase) -> str:
4242
),
4343
host=self.REDIS_HOST,
4444
port=self.REDIS_PORT,
45-
path=f"/{db_index}",
45+
path=f"{db_index}",
4646
)
4747
)

0 commit comments

Comments
 (0)