Redis jdbc specification support

By any chance, does Redis support the jdbc specification?Comment From: itamarhaberHello @xowns4817 The Redis project doe...

Redis Make Stream to support limit memory and offload oversized data to disk.

I wish the new data structure Stream (designed as Message Queue) can offload part of the data to disk, because when mill...

Redis build warnings on windows10 msys2 gcc

build code redis-6.2.5CC lolwut5.o CC lolwut6.o CC acl.o CC gopher.o CC tracking.o CC connection.oIn...

Redis Redis Stream Capacity Planning - 50k messages parallel processing

Hello Team,I have a requirement of consuming and processing 50,000 messages in parallel from Redis stream. I couldn't fi...

Redis i don't know why in redis-cli watched_keys is dict but pubsub_patterns is list?

Comment From: madolsonWhen checking to see if a client is listening to a channel, we can directly look for matches with ...

Redis Disable redis cluster auto-failover

Sometimes users don't want automatic failover in the redis cluster, they can manual failover by themselves using "CLUSTE...

Redis [BUG] redis-cli - AUTH keeps suggesting [username] even after it's typed

redis-cli suggestion - AUTH keeps suggesting [username] even after username and password are typedComment From: enjoy-bi...

Redis Module API for providing command infromation

Once https://github.com/redis/redis/pull/9656 is merged we need to come up with a module API to allowmodule to provide e...

Redis [BUG] Config min-slaves-to-write is not worked with Lua scripts

Hi,I have set up a Redis cluster with topology 3 masters - 6 slaves ( each master has 2 slaves ). Redis version is 6.2.2...

Redis AOF file and RDB file as the source of Redis Mass insertion

The problem/use-case that the feature addressesI found some aof file and rdb file can not import into Redis as Mass Inse...

Redis [BUG]function load can't use attribute desc in redis 7.0

Describe the bugA short description of the bug.127.0.0.1:6379> FUNCTION LOAD Lua mylib desc noop "redis.register...

Redis [BUG]can't add replace desc description at the end of function load command in redis 7.0

Describe the bugA short description of the bug.127.0.0.1:6379> FUNCTION LOAD Lua mylib "redis.register_function(...

Redis [BUG]ACLs are not working properly while setting to a specific prefix.

Describe the bugI have set an ACL to restrict a user to a specific prefix keys.But KEYS * are showing all the keys in t...

Redis [CRASH] unfinished module timer causes crash after the module unload

Crash report=== REDIS BUG REPORT START: Cut & paste starting from here ===13777:M 26 Jan 2022 15:31:51.542 # Redis 2...

Redis Reduce steady state cluster gossip overhead introduced by the hostname extension

The max hostname length is not a trivial number, i.e., 256 bytes. The non-stop broadcasting of a node's host name in a l...

Redis Additional AOFRW deprecation cleanups

remove the option to disable AOF preamble RDB this adds a lot of code to redis and modulesdelete all the code in rewrite...

Redis Recent changes in struct clusterMsg break cluster rolling upgrades

@madolson the math doesn't look right. notused1 should be 30 bytes long as opposed to 16 because uint16_t is 2 bytes (1...

Redis Version 3.2.1 sentinels do not discover each other - permanently sdown

I am using exact instructions from the sentinel documentation page on how to setup configuration files (But ports start ...

Redis [CRASH] Should disable module unload command in multi

Crash reportWhen we execute the following command, it will definitely cause a crash.After module unload, the hello.simpl...

Redis [BUG]Sentinel stuck with +sdown upon replica pod restart

Hellow Team, @yossigo , thanks for releasing the 6.2.0 with sentinel host name support and fixing all the related issue...
上一页 下一页
.