Skip to content

Commit 6f79241

Browse files
Update app.py
1 parent 468680b commit 6f79241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
app = Flask(__name__)
7-
startup_nodes = [{"host": "redis-cluster.om-redis-cluster-test", "port": "6379"}]
7+
startup_nodes = [{"host": "redis-cluster", "port": "6379"}]
88
cache = StrictRedisCluster(startup_nodes=startup_nodes, decode_responses=True)
99

1010

0 commit comments

Comments
 (0)