Redis [BUG] Subcommands blocked by ACL are reported without parent context

Describe the bugWhen a subcommand is blocked by ACL, the error and ACL LOG entry are missing the parental context.To rep...

Redis [BUG] Modules: MULTI and Lua states change because of RM_Call

If a module command A does an RM_Call that issues another module command B then, when in B, RM_GetContextFlags will lie ...

Redis Make sure the new output of COMMAND doesn't break old redis-cli

Looks like old versions o hiredis don't support so many nested multi-bulk levels.oran@Oran-laptop:~/work/redis$ redis-cl...

Redis [BUG] LPOP key [count] returns Null Bulk reply instead of Null array reply.

Describe the bugLPOP with count argument returns Null bulk reply instead of array null reply. As per documentation When ...

Redis [CRASH] when i use eval ,the redis-server crashed

Crash reporthere is Crach log, when i run eval using jedis, but not crashed in redis-cli . and i checked jedis code, the...

Redis what kind of parameter supported to config bind?

Comment From: sundbHi, What version of redis are you using?Comment From: oranagrathis config was immutable before redis ...

Redis [CRASH] ASSERTION FAILED and stack-buffer-overflow in networking.c:1026

Crash report13886:C 08 Jan 2022 07:29:07.000 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo13886:C 08 Jan 2022 07:29:07...

Redis [Cluster] Add config option to disable pubsub cluster propagation

Hi,Today when using Redis Cluster, each and every published message will be broadcasted to every node in the cluster, ma...

Redis [CRASH] SIGSEGV in addReplySubcommandSyntaxError at networking.c:966

Crash report13664:C 07 Jan 2022 21:21:36.403 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo13664:C 07 Jan 2022 21:21:36...

Redis zrangebyscore returns nil instead of (empty array) with RESP2

Forwarding of KeyDB bug: https://github.com/JohnSully/KeyDB/issues/61Repro: #build a largish sorted set that will be s...

Redis 3.2 regression for reporting stats of commands in a transaction

https://github.com/antirez/redis/commit/ba9154d7e7bf959b002533384319a1e90545447b this seems to have regressed the stats ...

Redis [BUG] XTRIM MINID may delete messages whose IDs are higher than threshold

Describe the bugIn a certain scenario, the XTRIM command will delete messages with IDs higher than the threshold provide...

Redis [BUG] Redis not following RESP protocol while sending FULLRESYNC message to SLAVE

Bug DescriptionMissing CR-LF at the end of bulk string send from master to slave during FULLSYNC.How to reproduce this b...

Redis [CRASH]

Crash reportwhile compiling redis with standalone clang I got thisEnd of search list. LINK redis-server/usr/bin/ld: -...

Redis Question : Latency Histograms per Command

Is there any reason why Redis doesn't provide server-side latency histograms per command? I see there are various ways ...

Redis [BUG] centos 7 2009, gcc 9.1 , Active defrag test failed

Describe the bugcentos 7 2009gcc 9.1redis 6.2.6$ make test......Testing solo test[err]: Active defrag in tests/unit/meme...

Redis Blocking XREAD does not work on streams that ran empty

XREAD requests fail to block on empty streams, if the stream actually contained some entries before and the passed last-...

Redis [BUG] Modules + notifications may cause unwanted propagation

A module that performs a write operation in a notification can cause anythe generating command to be propagated, based o...

Redis XADD duplication bug?

Hi Salvatore,127.0.0.1:6379> xadd test1s3 * payload "{\"value\":9}"1535405785383-0127.0.0.1:6379&...

Redis about redis assert() macro

Redis defines its own assert macro differently from <assert.h> - redis macro is active even when NDEBUG is define...
上一页 下一页
.