Nineya
Home
Blog
软著申请
Redis [QUESTION] Is the pointer of the RedisObject being used or not when using embstr encoding?
2025-01-17 01:45:47
1426
When we doing something like set name Jack in Redis, because the length of string "Jack" is less than 39Bytes(<3.2) o...
Redis Unable to set configuration parameter "save" through the command line.
2025-01-17 01:45:44
4017
I've started a Redis instance without a config file, with all parameters passed through command line. One of those param...
Redis [BUG] CLUSTER INFO and CLUSTER NODES output unreliable for determining cluster usability
2025-01-17 01:45:41
1837
Describe the bugCLUSTER INFO and CLUSTER NODES may return information indicating that a new cluster is up, ok, connected...
Redis Redis functions how to debug?
2025-01-17 01:45:37
1353
The document doesn't mention how to debug redis functions. It just mention how to debug old lua scriptComment From: itam...
Redis [QUESTION] is element-tot-len itself's length included in the total entry length in listpack?
2025-01-17 01:45:33
7097
Here is the documentation of listpack.From the documentation, the structure of a listpack entry is as following<encod...
Redis Cluster state changed: fail -----connecting to MASTER ?:7200
2025-01-16 21:19:03
44742
Crash reportsystem info:Docker deployment+playbook docker version: 5.0.6node conf Redis configuration file templates.bin...
Redis [NEW] Add support for "replaced_by" for arguments in command json
2025-01-16 21:19:00
402
The problem/use-case that the feature addressesIn #10970 it became clear that it would make sense to add support for "re...
Redis [BUG] JSONPath OR operator || returns empty result if one predicate fails
2025-01-16 21:18:57
2482
Describe the bugThe logical operator || in rejson is currently broken that if one of the conditions ored together return...
Redis Problems merging changes from 6.2.7 to 6.2.6 on luajit fork
2025-01-16 21:18:55
4441
I have a fork of redis 6.2.6 with luajit.However redis 6.2 is now at 6.2.7.I tried to merge into my fork with the newest...
Redis Show the AOF load progress
2025-01-16 21:18:52
1671
The problem/use-case that the feature addressesWhen loading a long AOF file there is no way to notice the progress Descr...
Redis [BUG] redis-cli --cluster del-node can't del the node has down or can't be connected
2025-01-16 21:18:49
8542
Describe the bugwhen some node host is crash down ,the failed node cant del from cluster with redis-cli --cluster del-...
Redis One node is running into issue but redis cluster still report healthy
2025-01-16 21:18:46
2800
We hit one problem recently. In general, when one node is running into issue and fail to take the request, the redis cl...
Redis [BUG] REDIS BUG REPORT by stream command
2025-01-16 21:18:19
14005
XGROUP CREATE s:foo g:foo $ MKSTREAMXADD s:foo MAXLEN ~ 1 * foo 1XADD s:foo MAXLEN ~ 1 * foo 2XADD s:foo MAXLEN ~ 1 * fo...
Redis Disable reference counting for global shared objects
2025-01-16 21:18:16
1161
Commit 0c05436cef6f65cb2d62c8764522abefeb964314 introduced OBJ_SHARED_REFCOUNT and makeObjectShared, which act to disabl...
Redis Improvement of commands.json regarding return types and argument sets
2025-01-16 21:18:12
6694
First of all thank you for the commands.json format.I am currently working on an API code generator for the redis-rs rus...
Redis [NEW] HTTP SSRF Mitigation, Alias host: to quit
2025-01-16 21:18:09
3132
The problem/use-case that the feature addressesBy making an alias to quit from host: a misdirected web client can't be u...
Redis [BUG] ZPOPMIN doesnt work with count option
2025-01-16 21:18:06
625
Describe the bugZPOPMIN doesnt work as advertised in the docs here with COUNT option it says syntax errorTo reproduceNav...
Redis [QUESTION] why string "hello" is "\x45hello" but not "\x85hello" in listpack?
2025-01-16 21:18:03
1083
Here is the documentation of listpack: listpackThe length of "hello" is 5, it's less then 63, so it matches this format...
Redis Long unixsocket path names are truncated
2025-01-16 21:17:58
1292
When a long unixsocket path is passed in, linux will truncate it, but redis uses the full path. $ strace redis-server --...
Redis Security Hole - Redis Password Accessible via Top Arrow Key in CLI mode
2025-01-16 21:17:55
462
Redis-cli shows up redis password when seeking previous commands via top arrow key. This is a security flaw and should b...
上一页
下一页
1
…
796
797
798
799
800
…
2246
.