Binbin

Results 75 issues of Binbin

## Background 1. Currently Lua memory control does not pass through Redis's zmalloc.c. Redis maxmemory cannot limit memory problems caused by users abusing lua since these lua VM memory is...

In https://redis.io/docs/manual/keyspace-notifications/, the doc indicates that we will issue pop first and then push. ``` the lpush event will always be delivered after the rpop event the lpush/rpush event will...

breaking-change

This field is similar to expire_cycle_cpu_milliseconds, it represents the CPU time we use in activerehashing, to see how much time we generally spend in activerehashing.

There is no limitation in Redis to create a cluster with 1 or 2 masters, only that it cannot do automatic failover. Remove this restriction and add `are you sure`...

We have HSET to support multiple fields, but it can not extend additional parameters such as NX. We have HSETNX support NX, but it does not support multiple fields. We...

Introduce MUL AGGREGATE to zset inter/union. It allow weighting one set with another. Syntax of commands involved (AGGREGATE MUL option): `ZUNION numkeys key [key ...] [WEIGHTS weight] [AGGREGATE SUM|MIN|MAX|MUL] [WITHSCORES]`...

Change assert crash log to the form #10275, and do not print the password like #11930. In addition, for #10275, we will print '"argv"', because originally it would print '',...

Add a new command that can limit the number of removed elements in ZREMRANGE BYSCORE or ZREMRANGE BYLEX commands. And also can GET the elements like ZRANGE commands. Syntax for...

state:major-decision
release-notes