Redis Does redis plan to improve the performance on arm?

Our current test Redis5.0 on arm performance is about 37% of redis's native performance, about 30000TPS.Comment From: fi...

Redis redis-cli --bigkeys doesn't return a sensible error message when Auth is required

When I executed the command redis-cli --bigkeys, it returned Couldn't determine DBSIZE!.My redis server version is 5.0.7...

Redis Redis streams

Questions about Redis streams - when there are a lot of consumer threads (60 for example) reading from any one is very l...

Redis an outgoing connection in the redis module and lua script

Hi,Two questions:1) I have created a redis module and would like to connect to a 3rd party server on a TCP port using a ...

Redis [CRASH] "Unknown sorted set encoding" #t_zset.c:1350

Redis suddenly keeps crashing everytime a celery task is scheduled from this morning. Everything was fine yesterday and ...

Redis Slave lost connection of master in 2.8.8

Hello, recently i migrate to redis 2.8.8, but this is a problem with replication.slave will lost connection after 900 se...

Redis [QUESTION] Loaded script cannot be accessible inside Lua from Redis 6.2.7

Steps to reproduce:1. Load script using SCRIPT LOADSCRIPT LOAD "return 'Immabe a cached script'"Returns c664a3...

Redis slaveof use of first bind address undocumented outside of source

Consider the case of a redis instance which is acting as a slave of a remote instance, for read by local processes.That ...

Redis [FR] [STREAMS] Control Stream Size via Config or Command

The problem/use-case that the feature addressesWe use redis for streaming and caching, but the issue is once you have mi...

Redis Expiration based invalidation PUSH messages sometimes embedded within other replies.

I sometimes see CLIENT TRACKING key invalidation messages embedded within an outer multi-bulk reply, which I believe is ...

Redis [BUG] EVAL "return _G" 0 leads to immediate panic

Describe the bugredis-server crashes with message:PANIC: unprotected error in call to Lua API (Script attempted to acces...

Redis Gossiped node deletion

Typically you need to send a cluster forget to each node in a cluster to delete a node. If you don't do this fast enough...

Redis Redis cluster will fail to insert large-scale key-values

Create a minimal Redis cluster (locally three master nodes on a single machine) completely follow the Redis tutorial. W...

Redis Redis 6 performance downgrade a lot after enable TLS

Describe the bugAfter enabling TLS, we meet a big performance downgrade. To reproduceSetup a Redis6 server with the defa...

Redis [NEW] RM_FreeString() should accept NULL pointer

void RM_FreeString(RedisModuleCtx *ctx, RedisModuleString *str) { decrRefCount(str); if (ctx != NULL) autoMemoryFr...

Redis make test has error replica buffer don't induce eviction in tests/unit/maxmemory.tcl

error at:[ok]: PSYNC2: cluster is consistent after failover[ok]: GEOSEARCH fuzzy test - byradius[err]: replica buffer do...

Redis BZMPOP ZMPOP complexity

Time complexity: O(K) + O(N*log(M)) where K is the number of provided keys, N being the number of elements in the sorted...

Redis [QUESTION]

您好,我想请问下,当redis开启rdb持久化并主动退出时,在退出之前会主动bgsave一次来防止数据丢失,那么我将redis.conf中的save配置修改成一个不可能实现的频率,比如 save “1 10000000000” 来达到我既...

Redis Slaves are getting disconnected from the redis cluster, how to fix this issue?

I've 6 redis instances and I'm trying to setup redis cluster, when i'm running the redis-cli --cluster create command it...

Redis LINCRBY - increment numbers stored within a List

I'm trying to create a space-efficient histogram in Redis. To do so, instead of storing 1000 measurements, I'm creating ...
上一页 下一页
.