-
If I publish multiple messages in quick succession in a custom Redis Store's publish_message method, only the first message is received by the browser. I've traced the problem to select() not being tr…
-
### What happened + What you expected to happen
**1. Bug**
When running Ray on a Slurm Cluster it seems like Ray RLlib does not respect which nodes are specified as the head and worker nodes with th…
-
Due to a poorly configured socket_timeout for the connection to the sentinels,
the connection may hang for many seconds or even minutes when one ore more of the configured sentinels are down.
Then t…
-
### Checklist
- [X] There are no similar issues or pull requests for this yet.
### Is your feature related to a problem? Please describe.
#### Introduction
At #767, I talked about building…
-
When I run this script:
``` python
import asyncio
import asyncio_redis
loop = asyncio.get_event_loop()
conn = loop.run_until_complete(asyncio_redis.Connection.create('localhost', 6379))
conn.close()…
-
Trying to start sqlite example from the edge tag. It fails with the following error
This is my compose file
```
version: '3'
services:
redis:
image: redis
restart: always
volum…
-
*steps to reproduce*:
```sh
cd ~/cve-search-ng/sbin && python db_updater.py
```
Environment:
python3(Ubuntu 20.04 LTS):
```sh
> python --version
% Python 3.7.5
```
redis-server(Ubuntu 2…
-
When running the test suite with Python 3.13.0b2, I'm getting the following failures (all tests pass with 3.12):
```pytb
$ python -m pytest --ignore tests/performance/
===========================…
-
I believe that the correct client interface should accept any types of arguments and in no case bytes. And before sending it to the north, convert all arguments of different types into bytes. Conceptu…
-
- [ ] set default expire to 20 seconds
- [ ] add a "cache flush" route to remove all redis keys
- [ ] add redis-simple-cache around retrieving main get_status() resutls in places like https://github.c…