-
Allow for magic patching redis for application that use redis-py such as message queues for socketio.
-
**Is your feature request related to a problem? Please describe.**
My project takes advantage of `keyspace` notifications in redis and I'd like to test them: https://redis.io/docs/latest/develop/use/…
-
The python Redis Cluster lib **Grokzen/redis-py-cluster** is considered production ready, therefore suitable for integrating Redis Cluster into Celery (in the future _redis-py-cluster_ will be integra…
-
**Describe the bug**
We are trying to use django redis cache with sentinel and SSL connection in our application. The issue occurs when we use `rediss` as part of the URL given in the `LOCATION` sett…
-
When trying to deploy Django Channels for the first time in production, I got the Redis `NoPermissionError` exception when using the `group_send()` function.
Example code that would produce the err…
-
## 🐛 Bug Description
## To Reproduce
Steps to reproduce the behavior:
1. python scripts/data_collector/baostock_5min/collector.py download_data --source_dir ~/.qlib/stock_data/source/hs300_5min_o…
-
I have recently build solution using composure and getting error for Postgres database is not reachable
`2024-10-24 14:33:41,196 WARNING django-csp could not be found, not updating Content-Securit…
-
If you install the latest version of Redis Python Client (3.1.0 at this time) you will receive this error when trying to run the sample code and use the rank_member function for the first time:
`Attr…
-
[redis-py](https://github.com/redis/redis-py) 4.0.0 was released Nov 15, 2021, now at 4.2.2, but I can't upgrade it because this module requires
-
I've noticed that my tasks are scheduled strangely between restarts. For internals, they wait the entire amount of time of the internal.
After digging into the source, I've narrowed down the issue …