We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d083400 commit d88d210Copy full SHA for d88d210
README.md
@@ -58,6 +58,10 @@ Note: User key can be found in your profile of Pangdata.com
58
redis.1.prefix = my_redis1
59
redis.1.host = address:6379
60
#redis.1.auth = password
61
+
62
+#redis.2.prefix = my_redis2
63
+#redis.2.host = address2:6379
64
+#redis.2.auth = password
65
```
66
Note: You can add multiple Redis server using syntax 'redis.[index]'.
67
0 commit comments