-
I'm working on a FastAPI project where I'm trying to use the HashModel class from the redis_om library to interact with a Redis database. However, I've encountered an issue related to Pydantic when de…
-
=== REDIS BUG REPORT START: Cut & paste starting from here ===
2711359:M 11 Nov 14:17:39.231 # === ASSERTION FAILED OBJECT CONTEXT ===
2711359:M 11 Nov 14:17:39.231 # Object type: 0
2711359:M 11 No…
-
找一个轻量的连接redis集群的方案挺不容易...
文档不够详细啊,
test = redis_dict(REDIS_CONF['group0'], prefix='test.', expire=20)
test是从集群里取出的某个client,prefix是key的头部?取client的时候,带这些参数看起来很别扭吧。
-
It seems only permanent sessions (SESSION_PERMANENT=True) are supported for redis. Looking at the implementation:
```python
if session.permanent:
value = self.serializer.dumps…
-
I'm not sure if this is an issue with brukva, or just something I don't understand about the best way to use it.
I have handler such as the following:
```
class MessageHandler(RequestHandler):
d…
-
Hi,
I have a running Bosh-lite cloud-foundry-instance.To test services,I have written a sample python application to connect to redis service, which has been created as said in the link. https://githu…
-
Having an undefined, or user-set None for prefix will cause problems with the current code. Suggest adding some validation and a default value.
(line 29 of redis_json_dict.py): `prefix_len = len(se…
-
Hello, my problem is exactly the same as the one reported on [stackoverflow](https://stackoverflow.com/questions/77258840/successful-installation-of-superset-3-0-0-on-ubuntu-22-04-3-but-failed-to-log)…
-
https://github.com/rq/django-rq/blob/e05eb8a21853ac3946815291d22b4e975e91035d/django_rq/queues.py#L113-L123
There are couple errors in `Sentinel` connection creating.
1. According to official [P…
-
```
What steps will reproduce the problem?
1. Download and tar
2. cd redis-1.02
3. make
What is the expected output? What do you see instead?
centurydaily-lm:redis-1.02 sabhinav$ make
cc -c -arch x86…