Redis [QUESTION] Redis crashes with the following error on multiple nodes. What could be the reason?

Redis crashes with the following logs on multiple nodes (at different times). What could be the reason for the same. Ple...

Redis when executing " XPENDING mystream group55 IDLE 9000 - + 10" ,redis report a error: ERR syntax error

when executing " XPENDING mystream group55 IDLE 9000 - + 10" ,redis report a error: ERR syntax errorIs there some errors...

Redis [BUG] redis-cli --memkeys-samples not checking lastarg

Describe the bugredis-cli --memkeys-samples does not handing no arg situation, which causes segmebtation fault.// redis-...

Redis Bit Matching

Hi,I want to have a function that its input is prefix for value of bitmap and it returns all key with this pattern in it...

Redis [QUESTION] AOF file consumes entire allocated space

Hi,We have enabled both AOF and RDB. We observed that AOF occupies the entire space allocated causing multiple other iss...

Redis [BUG] Bug in Redis-Benchmark

Firstly, Redis-benchmark will return 'NULL' in get test if there is an empty database, so all the benchmark begin with a...

Redis Monitor related information summary

1.Filter the output information of the monitor[Monitor support filter command](https://github.com/redis/redis/pull/8831)...

Redis [QUESTION] how does Redis cluster keyspace work? can't recive redis expired event

according to the document (https://redis.io/docs/manual/keyspace-notifications/)Events in a clusterEvery node of a Redis...

Redis How to add redis node from one kubernetes cluster to another

I have two clusters running in two different VPC. Cluster A (source cluster ) initialized and running as a cluster.Clust...

Redis [QUESTION] Redis Cluster check command output.

We are running Redis in cluster mode with 6 pods and with persistence enabled. All the six pods are masters and there ar...

Redis [NEW]persistent storage of slowlogs

The problem/use-case that the feature addressesSlowlogs are stored in the memory. therefore, slowlogs cannot be saved wh...

Redis [BUG] RM_Call for scripts/functions with "C" ACL check flag, doesn't acl check within script execution

Describe the bugCurrently, when one does an RM_Call on an eval of a script or a function, it only actually checks the AC...

Redis [NEW] Add RM_CallWithUser() to enable Redis to enforce ACLs

The problem/use-case that the feature addressesIf we want to call an script or a function from within a Redis module, we...

Redis I can not use "hgetall" because it is not await until the data to push to array (result1)

Comment From: sundbPerhaps the following lua script could fit your need.local keys = redis.call("keys", "...

Redis [QUESTION] Multiple owners of slots/keys scenarios.

When I browse through the source code, I can see that redis utils can search for multiple owners of a slot.slots_with_...

Redis [BUG] unexpected \n after the EOF marker when extracting an rdb from redis using diskless replication

When extracting an rdb from redis using diskless replication, I get an unexpected \n after the EOF marker.To reproduce t...

Redis [BUG] ACL SETUSER ... reset doesn't revert to true defaults

Describe the bugACL SETUSER with the reset argument doesn't return to the exact defaults as those of a newly-created use...

Redis [CRASH] Redis 4.0.10 crashed by signal 11

Crash report=== REDIS BUG REPORT START: Cut & paste starting from here ===6257:M 22 Nov 18:48:15.128 # Redis 4.0.10 ...

Redis [PERFORMANCE] Reduce the impact of lpAssertValidEntry on types using the listpack data-stuctures.

The performance painCurrently, the use of lpAssertValidEntry can cost 10% of CPU time.Description of the performance iss...

Redis [NEW] Get cache-hit ratio for a cache key / cache key pattern (and not just the entire keyspace)

The problem/use-case that the feature addressesWe use Redis to cache (dynamically generated) HTML responses for our webs...
上一页 下一页
.