PLT-5308 Caching layer part 2 (#6973)
* 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
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6f4e38d129
Коммит
09b49c26dd
10
vendor/github.com/go-redis/redis/testdata/redis.conf
сгенерированный
поставляемый
Обычный файл
10
vendor/github.com/go-redis/redis/testdata/redis.conf
сгенерированный
поставляемый
Обычный файл
@@ -0,0 +1,10 @@
|
||||
# Minimal redis.conf
|
||||
|
||||
port 6379
|
||||
daemonize no
|
||||
dir .
|
||||
save ""
|
||||
appendonly yes
|
||||
cluster-config-file nodes.conf
|
||||
cluster-node-timeout 30000
|
||||
maxclients 1001
|
||||
Ссылка в новой задаче
Block a user