]> git.somenet.org - pub/jan/dst18.git/blob - ass1-kv/src/test/resources/redis.properties
Add template for assignment 1
[pub/jan/dst18.git] / ass1-kv / src / test / resources / redis.properties
1 # you can change this to, e.g., 127.0.0.1 if you have a local redis instance
2 redis.host=192.168.99.99
3 #redis.host=127.0.0.1
4 redis.port=6379