-
Crash occurred during a FT.SEARCH, after built RediSearch from source.
I used dialect 2 using the command FT.CONFIG SET DEFAULT_DIALECT 2.
Client works normally with RediSearch docker image.
docker…
-
Hi,
so we created our own louvain algorithm under algorithms and registered them under the procedures, but every time we fire this algorithm up on around 10.000 Nodes and 300.000 relations, redis s…
-
Redis used to work just fine. Today stopped working for no reason.
```
root@934e962812b1:/var/lib/redis# service redis-server start
Job for redis-server.service failed because a fatal signal was…
-
Unclear if this is modjs or keydb related, but I am seeing crashes.
I believe it has to do with a high volume of logging - as when I disable my logging function (which calls `keydb.log`) then the c…
-
Team Redis,
Can you please help on how to disable redis persistance for cluster mode
We are starting redis server with following configuration
***** Redis Configuration details *****
# Cluste…
-
So i did some chaos test for our redis cluster and i disabled both RDB & AOF. So after i kill the master, the slave failover it, and after the old master reconnect, it correctly follow his new master …
-
目前经过元旦的几天测试和 profile,有这样一些想法
1. 目前经过 Profile,发现主要读侧的瓶颈还是在需要将文件写 file buffer 中,在云服务上,默认走 EBS 这样的存储,性能会额外的低下,同时会引发2的问题
2. 因为1导致写入性能成为瓶颈,在模拟 SLAVE 时,容易出现 source instance 中 output buffer for replica 直…
-
# redis
应用场景:
缓存分布式会话分布式锁最新列表消息系统
Redis支持多个数据库,并且每个数据库的数据是隔离的不能共享,并且基于单机才有,如果是集群就没有数据库的概念。
Redis是一个字典结构的存储服务器,而实际上一个Redis实例提供了多个用来存储数据的字典,客户端可以指定将数据存储在哪个字典中。这与我们熟知的在一个关系数据库实例中可以创建多个数据库类似,所…
-
```
What steps will reproduce the problem?
1. Set up 2 instances in master-slave mode
2. Send SET test 1 to master.
3. Send KEYS test* to master.
4. Send KEYS test* to slave.
5. Send GET test to slave…
-
```
What steps will reproduce the problem?
1. Set up 2 instances in master-slave mode
2. Send SET test 1 to master.
3. Send KEYS test* to master.
4. Send KEYS test* to slave.
5. Send GET test to slave…