Redis [CRASH] redis 5.0.4 crashed with exist code 139

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

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

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

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

handleClientsWithPendingReadsUsingThreads method in the main thread.... while(listLength(server.clients_pending_read)) {...

Redis Can XACK be batch operated?

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)

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

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

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?

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

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?

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

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

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

!!! WARNING The following tests failed:*** [err]: replica buffer don't induce eviction in tests/unit/maxmemory.tclExpect...

Redis Potential NPD bugs

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)

Background saving started by pid 7798=== REDIS BUG REPORT START: Cut &amp; paste starting from here ===7798:C 08 Jan 16:...

Redis branch origin/6.0 make test fail, "Active defrag in tests/unit/memefficiency.tcl"

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

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

I study from your code and find it.I think the running_scripts-- should be exec no matter if need retry.https://github.c...
上一页 下一页
.