Redis Crash on application

Hello,Our redis server keeps crashing :(, its a dev environment, we are using Redis-OM C#, data was anonymized=== REDIS ...

Redis Redis extensions as module or a thing of its own

We're in the process of adding a mechanism to extend redis with more connection mediums (RDMA, io_uring), and the first ...

Redis [NEW]Fool-proof design for time-dependent configs

The problem/use-case that the feature addressesWe recently had an accident in our production environment where we got th...

Redis Cleanup / refactor replication.c

We have some plans to do some major work in the replication protocol.e.g. multiplex PINGS, replica-buffers, and RDB toge...

Redis I want get multiple hashes from one query using Nodejs

Please keep in mind that this issue tracker should be used for reporting bugs or proposing improvements to the Redis ser...

Redis [NEW] How about adding a command with string matching function to 'string'?

The problem/use-case that the feature addressesThe string matching function can solve many problems, and I think it is m...

Redis Possible optimization in t_hash.c: hashTypeSet()

In hashTypeSet() function, we first use dictFind() to look for the field and if it does not exist, we use dictAdd() to a...

Redis [BUG] Slot rebalancing can stop due to loading error

Describe the bugWhen I try to move all slots on two or more nodes to other nodes using redis-cli --cluster rebalance, re...

Redis Support for newer Lua versions?

It seems that we're stuck with Lua 5.1 for some years now.And it seems an upgrade might not be wanted because of backwar...

Redis Key length (>128) vs redis performance with keys command under lua

Hello, i have a problem with performance, i have database with 200k hashes, where 100k of them begins with "TEMP_" rest...

Redis Can scan command force clear expired key?

I usually set same ttl for millions of key. I found use-memroy don't obviously decrease, when the time came. When I use ...

Redis [BUG] Stream consumer group lag heuristic isn't handled when executing XCLAIM ... LASTID

This is a potential issue due to an omission in the design.It was raised during a CR w/ @guybe7.Quick context: the lag h...

Redis Sort out the mess of "sorting out the mess" issues

Placeholder for an epic discussion 😛 Comment From: madolsonThis is the most @antirez'esk thing I've seen from you oran ;...

Redis High softirq usage

We are benchmarking Redis using 4.0.12. After perf/mpstat investigation, we found softirq got almost ~50% of CPU usage, ...

Redis [BUG]incr and get command return not equal

when I use the incr and expire a new key in a pipeline,it return success,the use get comand ,it return false.$pipe = $cu...

Redis Are chained replication legal behavior?

With the command CLUSTER REPLICATE, a node can't replicate a replica. But in some situations the replication could be li...

Redis Preamble AOF on creation

@antirez, Now that we have preamble AOF file enabled by default, it affects AOF rewrites, and cases where appendonly con...

Redis SYNC reply violates Redis bulk protocol

I'm writing a custom Redis replication protocol receiver and I've noticed that the bulk transfer of dump.rdb lacks the \...

Redis Aof-race doesn't work and isn't a part of the default tests

I noticed that this test, https://github.com/redis/redis/blob/unstable/tests/integration/aof-race.tcl, doesn't work corr...

Redis sdslen() for addReply(c,shared.crlf) is taking a 6.55% of the total CPU cycles for large array replies

Using the lrange benchmarks of redis benchmark ( I was investigating it due to #10981 ) we can see that we're wasting a ...
上一页 下一页
.