-
### Bug Description
I'm messing with the SimpleComposableMemory, but this is reproducible with just the VectorMemory. I'm using the redis backend, which I believe to be the culprit.
also, when usi…
-
Follow up for: https://github.com/pallets-eco/flask-caching/issues/285
If not mistaken the fixed mentioned on the above issue is for Redis sentinel only
Setting the following config:
```
CACHE…
-
**Describe the bug**
Flower is deployed on Heroku and makes use of Heroku Redis as broker.
Heroku Redis uses self-signed certificates (hence the `broker_use_ssl = {"ssl_cert_reqs": "none"}` part i…
-
### NetBox HealthCheck Plugin version
0.1.4
### NetBox version
3.7.5
### Python version
3.11
### Steps to Reproduce
1. Install the plugin
2. Configure NetBox to use a Redis database other than…
-
There is a warning log in ragflow/rag/nlp/synonym.py
```
class Dealer:
def __init__(self, redis=None):
...
if not redis:
logging.warning(
"Real…
-
Hello,
I am trying to use AWS Elasticache Redis cluster as backend with channels_redis for connecting to websocket. However, I am unable to configure that as container get restarted every time try ma…
-
Hello, I'm having trouble getting the client to connect to Redis. Here is a rough reproducer:
```perl
use Redis;
my $r = Redis->new(server => $ENV{REDIS_URL});
```
My Redis URL is in this format:…
-
Hello,
The package does not work on Python >=3.11
```
>>> from openlimit import EmbeddingRateLimiter
Traceback (most recent call last):
File "", line 1, in
File "lib/python3.11/site-pac…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues.
### Motivation
We can try to use this repo: https://gith…
-
In 2.10 there was a change to the pack command. Is this repository still maintained?