-
Hi, I installed redis as a windows service. I am trying to figure out how I can gracefully shutdown the windows service so that the keys are persisted. I noticed that when I issue a SHUTDOWN command 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…
-
### Summary
I am following the official upgrade documentation (https://www.thethingsindustries.com/docs/getting-started/upgrading/) to upgrade from my current version of TTS 3.6.0 to the latest versi…
-
When entered wrong word how to delete?
-
**Crash report**
```
=== REDIS BUG REPORT START: Cut & paste starting from here ===
19798:M 31 Oct 2022 09:19:29.013 # ------------------------------------------------
19798:M 31 Oct 2022 09:19:…
-
**Crash report**
1:M 16 May 2022 15:41:21.014 # Redis 6.2.6 crashed by signal: 11, si_code: 1
1:M 16 May 2022 15:41:21.014 # Accessing address: 0x2000
1:M 16 May 2022 15:41:21.014 # Crashed run…
-
my redis auto reboot
start command:
docker run --name=redis -d --restart=always -p 7002:6379 redis:6.0-rc
CentOS Linux release 7.6.1810 (Core)
docker version:1.13.1
Kernel Version: 3.10.0-957.21.…
-
Crash log is below.
This is a slave node in a 10-node cluster (5 master-slave pairs).
Right now it's still reproducible upon Redis server restart (I've reproduced this 3 times). Our keys are set…
rlchn updated
5 years ago
-
The new runtime make us a lot of change and here is it the feature i want to say thats i already done of testing it a SHADER work in mcinabox 0.1.3or the new 1.What it need is to use the new runtime a…
-
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…