-
```
What version of Redis you are using, in what kind of Operating System?
2.2
What is the problem you are experiencing?
We have a redis server running with our webserver (which is in same LAN)
conne…
-
https://suntw2015.github.io/2021/02/25/redis-6-0-thread/
其实在6.0之前,redis也是有多线程的,BIO这个模块就是使用多线程处理关闭文件,刷新aof数据到磁盘,惰性释放key这三件事情。在6.0版本中,redis引入的多线程,只是用来处理跟客户端的网络I/O,这里的多线程同时只在做一件事,只可能同时在读数据,或者同时在写。不会出现…
-
```
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…
-
eg: aofrewrite is only allowed in 2:00-4:00 am to avoid affecting client access.
-
```
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…
-
```
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…
-
I already try the param letter and it won't work how to fix this