Redis Redis Subscriber "dies" after some time if used on external server

Hey, i have the problem that if i use a redis subscriber on a server the subscriber cant listen anymore after some time....

Redis could I upload the mp3 file into redis ?

hi,dearIn Linux, how could I upload the mp3 file into redis server ?any advice or suggestion ?thxComment From: itamarhab...

Redis how to set list value’s expiration date?

Comment From: itamarhaberHello @CulionBEAR You can expire an entire list with the EXPIRE command. Redis does not support...

Redis Constantly breaking apt

This is driving me crazy.Every now and then, pretty much every single time I try to install an application, I have to fi...

Redis Does dbOverwrite need to update LFU when key type different?

Hi,void dbOverwrite(redisDb *db, robj *key, robj *val) { ... if (server.maxmemory_policy & MAXMEMORY_FLAG_LFU)...

Redis Redis del - 404

Hi,I'm trying to delete a key via nodeJS( client.del), the keys exists, but I get an error 404 while I'm deleting the ke...

Redis redis-server should ignore client certificate if tls-auth-clients no

To reproduce:- Startup redis-server (v6.0.5) with TLS enabled but tls-auth-clients noredis-server --tls-port 6379 --port...

Redis Missing libs when building against static libssl/libcrypto

It seems that the build system isn't properly detecting the need to link against zlib which is a required transient depe...

Redis Want the data in sorted manner based on their scores from sorted set.

ZADD add the data in sorted set with score and some value while fetching the data wanted the data to be sorted based on ...

Redis Redis 2.8.17 crashed by signal: 11

/root # uname -aLinux FUNC82C2B003240 3.14.17-ami #1 Thu Jun 18 17:19:39 UTC 2020 armv6l GNU/Linux/root # uptime 08:51:1...

Redis Memory used only grows despite unlink/delete of keys.

Hi, We had an issue with our redis cluster. At the time to unlink/delete keys the RAM memory doesn't free up. This is ve...

Redis New redis.io certificate not valid for apex domain

(Reporting here since I couldn't find a better place.)The certificate currently deployed for the redis.io webserver is v...

Redis redis 2.8 psync

the slave log print "[[26451] 26 Nov 16:07:24.555 * Successful partial resynchronization with master.[26451] 26 Nov 16:0...

Redis Sentinels do not auto discovery replicas, when there are multiple masters

Let's we have 3 sentinels, which monitor 2 master, i.e SENTINEL masters returns something like this:sentinel monitor mas...

Redis Tremendous key evictions when ops rises rapidly due to many user buffers

In our practice, the production environment's ops is often quickly goes up and down and there will be tremendous key evi...

Redis redis evict 2 million keys suddenly

I have a redis-server, it's memory near maxmemory parameter. it got failover yesterday. i find that it evict 2 million...

Redis Used Memory burst issue when hashtable expands after bucket number grows big

The Redis dict of all keys is implemented in hashtable wich will expand when key number reach any exponential of 2 after...

Redis Feature request: Command to reset/replace a key with new hash

RequirementSay I have a key in Redis which holds a hash. I want to re-set the key with a new set of hash fields and valu...

Redis rax.h raxRemove recompression not working as expected

in file rax.c, the comment within function raxRemove claims the following:* Example of case "1". A tree stores...

Redis does anybody know how to generate release.h on windows using Clion?

Comment From: tporadowskiPlease have a look at section "Building from source code" on description page of my Redis for W...
上一页 下一页
.