* Adding Reaction store cache layer example * Implementing reaction store in new caching system. * Redis for reaction store * Adding redis library * Adding invalidation for DeleteAllWithEmojiName and other minor enhancements
10 строки
147 B
Plaintext
10 строки
147 B
Plaintext
# Minimal redis.conf
|
|
|
|
port 6379
|
|
daemonize no
|
|
dir .
|
|
save ""
|
|
appendonly yes
|
|
cluster-config-file nodes.conf
|
|
cluster-node-timeout 30000
|
|
maxclients 1001 |