Redis [QUESTION] what real means of the CLUSTER FLUSHSLOTS

As in the redis offical site the command provides the CLUSTER FLUSHSLOTS will remove all the slots in the current node. ...

Redis [QUESTION] Cluster ADDSlots command met error when in the cli

127.0.0.1:6901> CLUSTER ADDSLOTS {0..5460}(error) ERR Invalid or out of range slotWhen i try to assign the slot to th...

Redis Sentinel4.0.14 Crashed [CRASH]

=== REDIS BUG REPORT START: Cut & paste starting from here ===1578:X 26 Aug 09:17:31.604 # Redis 4.0.14 crashed by s...

Redis zdiffstore

Hello, I use sorted set to store my photo list.When A follow B, A's follow photo list and B's photo list will be zunions...

Redis redis-cli support not default user with auth from command line.

Want redis-cli to be able to connect as non-default user with AUTH.Currently there is no way to do this using the -a and...

Redis Redis on cygwin (Win64)

Hello,is it possible to compile/run Redis on cygwin ?I'm on Win7 64 bits.I tried to launch make command but it fails wit...

Redis [BUG] HINCRBYFLOAT representation on ARM 32bit

Describe the bugHINCRBYFLOAT return different results on different platforms.To reproduceFollowing https://redis.io/comm...

Redis [NEW] RFC: Client side tracking sends array of keys for atomic operations

The problem/use-case that the feature addressesToday if I MSET some keys which are subject to client tracking the client...

Redis incrbyfloat/hincrbyfloat should appear in the slow log

Redis records INCRBYFLOAT and HINCRBYFLOAT as SET and HSET in the Slo.$ redis-cli info|grep versionredis_version:3.2.8gc...

Redis EVALSHA is logged as EVAL in SLOWLOG

It seems there is a bug that is caused by replication script cache. When calling EVALSHA of script that doesn't exist in...

Redis Redis cluster MONITOR doesn't show CLUSTER SLOTS calls

I was checking the MONITOR output on a Redis cluster node. My Application is in PHP which is supposed to create new obje...

Redis Redis 3.2.3 crashed by signal: 11

=== REDIS BUG REPORT START: Cut & paste starting from here ===33488:M 12 Aug 09:27:06.783 # Redis 3.2.3 crashed by s...

Redis redis-server does not start up

Running zentyal 5.0 server which had frozen/hung and after that it does not start 3 services - redis-server, bind9, ntp....

Redis Redis won't start after reboot on el6uek.x86_64 with "supervised auto" (ver.3.2 and 4)

After installing redis on oel6, Redis init.d will hang on reboot, due to the settings on /etc/redis.confsupervised auto....

Redis install problem bbb (redis-server)

the install messages Setting up python3-icu (1.9.2-2build1) ...Setting up python3-lxml (3.5.0-1ubuntu0.1) ...Setting up ...

Redis redis warnings on openSUSE leap 15.0

I run redis on a desktop running openSUSE leap 15.0 as part of an emoncms installation, so not high volume. When redis s...

Redis systemd[1]: Failed to start SYSV: Redis is persistent key-value database

****I am trying to install Redis on CentOS 7 and was successfully installed in 2 VMs. However, when I try to install and...

Redis Manage redis-server 6.0 with systemd occur an err: redis-server.service: Failed with result 'core-dump'

My systemd file content: [Unit]Description=Redis ServerAfter=network.target[Service]Type=notifyUser=redisGroup=svcWorkin...

Redis redis-sentinel 6.0.3 on Redhat 7.8 fails to start as a service, times out on start

I have tried this on a system that had Redis 5, and on a fresh install. Both fail when we install or update to Redis 6.0...

Redis [BUG] Invalidation message wrongly produced for key when key of the same name is changed in a different db

Describe the bugChanging a key in some db will produce invalidation messages for all clients who have a key with the sam...
上一页 下一页
.