-
ref: https://github.com/RedisGraph/RedisGraph/issues/3206
I execute a query on my empty RedisGraph and get a crash.
Redis version:7.2.0
RedisGraph version: v2.12.10
operating system: windows 1…
-
There are multiple places in the bot which could benefit from the use of in-house caching. Namely, (a) inline results, and (b) currently non-existent user context.
```go
// Cache implements a cach…
-
Redis replica in a simple Master-Slave Configuration keeps crashing randomly.
Ubuntu 22.04 LTS
=== REDIS BUG REPORT START: Cut & paste starting from here ===
32214:S 15 Apr 2024 15:08:17.765 # --…
-
There some non-ascii chars in my script, when call register_script, it raises UnicodeEncodeError:
``` bash
...
File "C:\Python35\lib\site-packages\asyncio_redis\pool.py", line 128, in register_sc…
-
Notice!
- If a Redis module was involved, please open an issue in the module's repo instead!
- If you're using docker on Apple M1, please make sure the image you're using was compiled for ARM!
…
-
A minimal example to reproduce the issue:
```
redis /tmp/redis.sock> "GRAPH.QUERY" "X" "MATCH (n) DETACH DELETE n" "--compact"
1) 1) "Cached execution: 0"
2) "Query internal execution time: 0…
-
Develop a caching layer using Redis to store and retrieve Magic: The Gathering card information, optimizing search efficiency by minimizing repeated queries to the Scryfall API. This task involves set…
-
Hello! I have problem with session-redis and i18n (actually problem exist and without i18n). I wish change language when user choosed. But overwriting session's value don't working. Overwriting works …
-
Index mysteriously disappears after some time.
```
redis-server --loadmodule /usr/lib/redis/modules/redisearch.so --appendonly yes
```
I'm running RediSearch in Docker (https://hub.docker.com/…
-
Hello, first, thank you very much for this great development. Likewise, I am having problems with the new version of Redis, since apparently this new version executes additional commands from time to …