Skip to content

Commit b448ef2

Browse files
committed
Fixed redis.properties (with defaults)
1 parent ddfea03 commit b448ef2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/test/java/redis.properties

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
host=localhost
2+
port=6379
3+
connectionTimeout=5000
4+
soTimeout=5000
5+
password=
6+
database=0
7+
clientName=

0 commit comments

Comments
 (0)