-
**The problem/use-case that the feature addresses**
We use Redis for deduping keys before we forward data downstream. If a key exists (`get`) in cache we drop it or else set (`psetx`) key in the cach…
-
Some pytest output
```bash
+ /usr/bin/pytest -v -r s -k 'not Uwsgi and not DynamoDb and not MongoDb'
============================= test session starts ==============================
platform l…
-
**Problem Statement**
Use `django-redis` with redis clustering.
An error occurs when interacting with the cache.
The error points to a pickle operation on an instance of the `ConnectionPool` clas…
-
code :
from fastapi import FastAPI
from fastapi.middleware.cors import CORSMiddleware
from redis_om import get_redis_connection, HashModel
app = FastAPI()
app.add_middleware(
CORSMidd…
-
When using MULTI AND LRANG together will cause error "Redis server returned invalid response near pos 18 in "
conf like this:
"
redis2_query MULTI;
redis2_query LRANGE "dict" 0 0;
redis2_query EX…
-
When running /api/tasks, at some point i start getting 500, error stack is:
Uncaught exception GET /api/tasks (10.40.30.136)
HTTPServerRequest(protocol='http', host='dev-sh01-event-mngr-01-aws…
-
**Describe the bug**
I am using Loki (v2.9.8) + S3 (data persistency) + Redis (Cache) with a few tenants.
After ingesting some data, I can use the label browser and see the labels. As soon as the …
-
Recently upgraded from `0.11b0` to `0.19b0` and having issues getting the redis instrumentation to work with the [fakeredis](https://pypi.org/project/fakeredis/) package that is being currently used t…
-
Transitioning to Redis for Enhanced Persistent Storage Solution
Expected Behavior
The project should have a robust, secure, and efficient mechanism for persistent storage across IPython sessio…
-
`SESSION_REDIS` must be a dict.
But in `settings.py` is written:
getattr(SESSION_REDIS, 'host', 'localhost')
This VERY BIG MISTAKE is a joke?
I see this bug was fixed but it hasn't relea…