-
Hi @Attumm
Lovely project. I am building atop it to have a slightly modified version. If you're open to it, I think it would be good to have these features integrated back upstream. Listing the po…
-
#### 字典
字典, 又称符号表(symbol table)、关联数组(associative array)或者映射(map), 是一种用于保存键值对(key-value pair)的抽象数据结构。
在字典中, 一个键(key)可以和一个值(value)进行关联(或者说将键映射为值), 这些关联的键和值就被称为键值对。
字典中的每个键都是独一无二的, 程序可以在字典中根据键查找与之…
-
### Expected behaviour
Wanting to use zstd with redis for compressing sessions.
### Actual behaviour
Error printed in php log.
```
PHP Notice: session_start(): redis.session.compression is outs…
-
### Bug summary
When using result_storage with `RedisDatabase` the `cache_key_fn` is not being used.
Usage example
```python
@task(
result_storage=persistance_block_redis,
cache_expi…
-
I cannot pass a direct FastAPI response like `JSON/ORJSONResponse` as an output for the FastAPI route; when I do, the first response is correct, but then the first cache HIT is double encoded.
## S…
-
### Is your feature request related to a problem? Please describe.
This corresponds to the lesson download script used by the Android team, and represents two different problems observed:
1. The d…
-
# Description
When using redis-dict and the delete keyword, a keyerror is not thrown when the key does not exist in the redis dictionary.
This should be default behaviour as specified by pythons dic…
-
Regarding to https://github.com/redis/redis/issues/11915
Shall we add this feature to valkey?
In https://github.com/redis/redis/pull/11987, @hwware add three options to randomkeycommand, t…
-
Hi, users are unable to run **_redis_pubsub_dict_** due to dependency conflict with _**redis**_ package. As shown in the following full dependency graph of **_redis_pubsub_dict_**, **_redis_pubsub_dic…
-
**Crash report**
We are running redis 5.0.4 with 4 master + 4 slave nodes and 40+ GiB data per node.
Two out of four slave nodes crash every single time when BGSAVE is executed and we never get …