-
**Version**: 6.0
**Platform**: Any
**Description**: The typing provided by the redis package [is terrible](https://github.com/redis/redis-py/issues/2399#issuecomment-2298091739) and the recommen…
-
While the `FastAPICache` object is implemented as a class, it is really just a singleton namespace; all attributes are class variables and all methods are class methods. All state it holds is global.
…
-
**Describe the bug**
Hey, im having a very hard time self-hosting the reflex app on GCP.
reflex==0.5.10
![Untitled Diagram drawio (1)](https://github.com/user-attachments/assets/fbfdadd2-d478-42…
-
The current implementation of callbacks is quite confusing. We must create a callback with the `Callback` class, while the class doesn't specify what keyword parameters should be included in a callbac…
-
in the read me file, you set 【lua_shared_dict redis_cluster_slot_locks 100k;】,but how do i hnow 100k is enough,can i enlarge it?How do i to assess the redis_cluster_slot_locks size?
在readme的…
-
```
=== REDIS BUG REPORT START: Cut & paste starting from here ===
3801:M 16 Jan 2024 23:15:28.668 # Object encoding: 0
3801:M 16 Jan 2024 23:15:28.668 # Object refcount: 1
3801:M 16 Jan 2024 23…
-
**Version**: redis-py 4.5.1, redis-stack
**Platform**: Python 3.9.12 on Ubuntu 20.4
**Description**:
To give some context, I have a notifier that publishes a user_info dict in redis every tim…
-
Hi,
I have a problem when certificate is expired saved in Redis.
We have multi-tenant app and user Redis for storage service. The problem I met today is that Nginx serve expired certificates.
…
-
Currently, the dictionary is re-generated every time an ontology (submission) is processed. This process takes over an hour due to retrieving a huge data structure from Redis in a single call:
http…
mdorf updated
3 years ago
-
### Describe the bug
I see some typecheck failures in my code using aioredis v2,
which are related to https://github.com/python/mypy/issues/8554
where the arguments with generics should use covar…