Skip to content

Commit

Permalink
undo redis.conf merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ankona committed Jun 13, 2023
1 parent 2d65d29 commit 24fa0e3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions smartsim/_core/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,12 @@
#
# REDIS_CONF
# - Path to the redis.conf file
# - Default: /SmartSim/smartsim/config/redis6.conf
#
# REDIS_PATH
# - Path to the redis-server executable
# - Default: /SmartSim/smartsim/bin/redis-server
#
# REDIS_CLI_PATH
# - Path to the redis-cli executable
# - Default: /SmartSim/smartsim/bin/redis-cli
#
# SMARTSIM_LOG_LEVEL
# - Log level for SmartSim
Expand Down Expand Up @@ -93,7 +90,7 @@ def __init__(self) -> None:

self.lib_path = Path(dependency_path, "lib").resolve()
self.bin_path = Path(dependency_path, "bin").resolve()
self.conf_path = Path(dependency_path, "config", "redis6.conf")
self.conf_path = Path(dependency_path, "config", "redis.conf")

@property
def redisai(self) -> str:
Expand Down

0 comments on commit 24fa0e3

Please sign in to comment.