Nineya
Home
Blog
软著申请
Redis [CRASH] redis 5.0.4 crashed with exist code 139
2025-01-16 17:12:36
32131
Crash reportPaste the complete crash log between the quotes below. Please include a few lines from the log preceding the...
Redis Make running modes configurable
2025-01-16 17:12:33
2775
HelloThis is half a feature request and half a bug report:Following your documentation, starting a new cluster seems onl...
Redis redis-server --appendonly yes can't startup
2025-01-16 17:12:31
6351
I have a large appendonly.aof file 1.2G. When I try startup redis-server in a docker container I it is Killed after abou...
Redis Redis 4.0 - Slave - Key dissapears
2025-01-16 17:12:28
1270
Hi. We have a redis 4 installation with sentinel.The slave starts ok, but after certain amount of time some keys 'dissap...
Redis redis 6.0.5 io thread-thread-safety issues
2025-01-16 17:12:25
1979
handleClientsWithPendingReadsUsingThreads method in the main thread.... while(listLength(server.clients_pending_read)) {...
Redis Can XACK be batch operated?
2025-01-16 17:12:22
345
I have a scene, I take out the IDS in batches, I want to confirm in batches, I hope to have such an interface.Comment Fr...
Redis optimize intset(no need to upgrade intset)
2025-01-16 17:12:20
8603
when i read intset datastruct source code. i think maybe we can split different types into different space. we alrealy ...
Redis Redis on Windows 10
2025-01-16 17:12:17
975
It would be fantastic if I could use Redis as a db/cache for Windows Desktop Applications.Are there any plans to create ...
Redis [Feature] Add SETBITRANGE
2025-01-16 17:12:13
468
When using Bitmaps, it is sometimes desirable to set a range of bits to a single value. While any solution will always b...
Redis What's the use for XADD with MAXLEN 0?
2025-01-16 17:12:11
1312
While valid, I can't find a good use for XADDing while keeping the Stream at absolute zero.Perhaps, if someone really wa...
Redis Flock on Redis node.conf file in Kubernetes deployment
2025-01-16 17:12:08
1185
Hello, we've deployed Redis in Kubernetes cluster where all the rdp & node.conf files are stored in PV of class NFS....
Redis why do not use sdshdr5 for key storage,I think keys no need to be changed?
2025-01-16 17:12:05
1619
hello everyone! what I want to ask is just like tittle said:why do not use sdshdr5 for key storage, I think keys no ne...
Redis Show threading configuration in INFO output
2025-01-16 17:12:02
200
This is very important for Redis 6 bug reports. INFO should show:number of io threadsif we are threading readsComment Fr...
Redis How to batch submit commands
2025-01-16 17:11:59
980
Excuse me,I have technical questions to ask。When I need to execute the following command,set test1 aset test2 bset test3...
Redis make test failures on docker container
2025-01-16 17:11:55
3519
!!! WARNING The following tests failed:*** [err]: replica buffer don't induce eviction in tests/unit/maxmemory.tclExpect...
Redis Potential NPD bugs
2025-01-16 17:11:52
3311
The function sdsnew would potentially return null pointer. Please see the following code snippets.The function sdsnew wi...
Redis Redis crash bgsave failed - Failed assertion: <no assertion failed> (<no file>:0)
2025-01-16 17:11:10
7470
Background saving started by pid 7798=== REDIS BUG REPORT START: Cut & paste starting from here ===7798:C 08 Jan 16:...
Redis branch origin/6.0 make test fail, "Active defrag in tests/unit/memefficiency.tcl"
2025-01-16 17:11:07
3062
building redis on linux/64with origin/5.0, all's good ... build's got no errors, all tests passwith origin/6.0, build;s ...
Redis Redis 6 dumps core on armtelv5l at redis-cli connection
2025-01-16 17:11:05
452
Server log at https://pastebin.com/NJEb9phSReproducible across all 6.x builds with both TCP / Socket connections.Let me ...
Redis sentinel.c>sentinelCollectTerminatedScripts: running_scripts may keep value in SENTINEL_SCRIPT_MAX_RUNNING
2025-01-16 17:11:02
170
I study from your code and find it.I think the running_scripts-- should be exec no matter if need retry.https://github.c...
上一页
下一页
1
…
882
883
884
885
886
…
2246
.