Redis [QUESTION] Is the pointer of the RedisObject being used or not when using embstr encoding?

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.

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

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?

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?

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

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

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

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

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

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

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

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

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

Commit 0c05436cef6f65cb2d62c8764522abefeb964314 introduced OBJ_SHARED_REFCOUNT and makeObjectShared, which act to disabl...

Redis Improvement of commands.json regarding return types and argument sets

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

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

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?

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

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

Redis-cli shows up redis password when seeking previous commands via top arrow key. This is a security flaw and should b...
上一页 下一页
.