Nineya
Home
Blog
软著申请
Redis [BUG] Subcommands blocked by ACL are reported without parent context
2025-01-16 20:48:45
2155
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
2025-01-16 20:48:43
452
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
2025-01-16 20:48:40
3045
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.
2025-01-16 20:48:37
1230
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
2025-01-16 20:48:34
37570
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?
2025-01-16 20:48:31
123
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
2025-01-16 20:48:27
27303
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
2025-01-16 20:48:24
2422
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
2025-01-16 20:48:21
22953
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
2025-01-16 20:48:17
1030
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
2025-01-16 20:48:14
830
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
2025-01-16 20:48:11
2192
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
2025-01-16 20:48:08
4954
Bug DescriptionMissing CR-LF at the end of bulk string send from master to slave during FULLSYNC.How to reproduce this b...
Redis [CRASH]
2025-01-16 20:48:05
937
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
2025-01-16 20:48:02
19039
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
2025-01-16 20:47:59
2563
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
2025-01-16 20:47:55
2118
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
2025-01-16 20:47:52
1137
A module that performs a write operation in a notification can cause anythe generating command to be propagated, based o...
Redis XADD duplication bug?
2025-01-16 20:47:50
2776
Hi Salvatore,127.0.0.1:6379> xadd test1s3 * payload "{\"value\":9}"1535405785383-0127.0.0.1:6379&...
Redis about redis assert() macro
2025-01-16 20:47:47
1500
Redis defines its own assert macro differently from <assert.h> - redis macro is active even when NDEBUG is define...
上一页
下一页
1
…
816
817
818
819
820
…
2246
.