Redis redis crashed

MacOSx 10.11.2 (15C50)make and make install success, when i run redis server i get:/Users/doris/CLionProjects/redis/src...

Redis [QUESTION] How to enable client-side caching?

Hi,I'm trying to implement client-side caching in Redis, as described in the Redis documentation (https://redis.io/docs/...

Redis delete all pattern db please??!!!foreach del keyname is too stupid

for exsample keys PATTERN*deletes (keys pattern*)Comment From: enjoy-binbinRedis have flushdb and flushall commands. Ple...

Redis [BUG] CLIENT KILL doc descriptor wrong

Describe the bugThe command docs info for CLIENT KILL has an incorrect duplicate name between ADDR and LADDR. (And SKIPM...

Redis what mean for SDS_TYPE_64;

this code what meanif (LONG_MAX == LLONG_MAX)if (string_size < 1ll<<32) return SDS_TYPE_32;return SDS_TYPE_...

Redis System.OutOfMemoryException

During load testing i found this exception. So why its there there even my REdis server is with 28GB memory and 8vcpu. ...

Redis [QUESTION] redundant memcpy at "src/rax.c:939"

the source code of redis-server version 7.0.10 here is as follows:raxNode **raxFindParentLink(raxNode *parent, raxNode *...

Redis [NEW] Add io_uring support to redis

The problem/use-case that the io_uring addressesThe use of io_uring can improve the performance of redis on Linux compar...

Redis [CRASH] Replica was unable to write command to disk

Crash report1:S 19 Nov 2023 08:07:41.051 # ------------------------------------------------1:S 19 Nov 2023 08:07:41.051 ...

Redis Should new features like this be provided?

Do we need to provide the functions of scan+del key, delete by prefix and scan+add expire time, and add expiration time ...

Redis [CRASH] <vector search crash>

Notice!- If a Redis module was involved, please open an issue in the module's repo instead!- If you're using docker on A...

Redis [BUG] User parsing in redis-cli URI should ignore empty string

Describe the bugUser parsing #8048 the redis URI will always set config.user even in the case of '' empty string.https:/...

Redis [BUG] redis-cli no longer supports implicit default username in connection URL

Describe the bugIt used to be possible to connect to Redis using redis-cli and a connection URL with an empty username, ...

Redis [QUESTION] About the invalidation messages of redis client-side caching

Hi, I would like to ask a question about redis client-side caching(https://redis.io/docs/manual/client-side-caching/#the...

Redis Crash report - 2.8.13 - when attempting bgsave - on Mac OS X 10.9.4

I'll hang onto the .rdb file that loads but is unable to be saved again. Let me know if you'd like any more information....

Redis make test error

when I run "make test"I get a error*** [err]: Client output buffer soft limit is not enforced if time is not overreached...

Redis Add read-only flag separate from servers slave status

As I thought about implementing failover, I realized it would be useful if the read-only flag were independent of the se...

Redis [BUG] TS.INFO causes __redis__:invalidate

Describe the bugTS.INFO causes redis:invalidate while no data is changed.This also happens when it is called for a non-e...

Redis Redis nodes going down with SIGTERM

Redis Version: 7.2.0 OS: Rocky Linux release 8.8Redis Mode: StandaloneConfiguration: 5 nodes with sentinel running on ea...

Redis [BUG] redis did not load dump.rdb after restart - all data lost

Used the default configuration of using snapshotting and no AOF:save 900 1save 300 10save 60 10000In fact redis.conf was...
上一页 下一页
.