-
**Describe the bug**
Unable to set active organization when using Secondary storage (Redis).
Creating organization also throw the same error but organization is created
**To Reproduce**
Use Redi…
-
**Version**: What redis-py and what redis version is the issue happening on? `^5.0.8`
**Platform**: What platform / version? (For example Python 3.5.1 on Windows 7 / Ubuntu 15.10 / Azure) `macOS, p…
-
As follow-up for migration to the new tokio runtime, we want to look into migrating more code to async model.
With upgrade done in https://github.com/getsentry/relay/pull/1538 - `redis-rs` crate sup…
-
# Repro steps
start redis server with `timeout 1`
```
use redis::aio::ConnectionManager;
use std::time::Duration;
async fn ping(con: &mut ConnectionManager) {
match redis::cmd("ping").qu…
-
`RedisSemanticCache` has been very helpful for me, but it does not support async redis client, like this:
```python
from redis.asyncio import Redis
from langchain_redis import RedisSemanticCache
…
-
Hello, I am having trouble using this library with Django.
Indeed using in a Django view a snippet like:
```python
rates = [Rate(1, Duration.SECOND)]
bucket_key = "some key"
redis_client = redi…
-
python: 3.11
aioredis: 2.0.1
```python
import aioredis
async def get_redis(): # redis
redis_url = f"redis://:{REDIS_PASSWORD}@{REDIS_HOST}:{REDIS_PORT}"
redis = aioredis.from…
-
Hi,
Every now and again we are receiving the following exception from StackExchange.Redis:
`Timeout awaiting response (outbound=0KiB, inbound=0KiB, 5703ms elapsed, timeout is 5000ms), command=SE…
-
停止服务,当前实现为“kill强制终止redis-server进程”会导致pid文件不能正常释放!
考虑为“redis-cli -a -p shutdown“?
public override async Task StopAsync(CancellationToken stoppingToken)
{
if (redisProcess != null && !re…
-
Versions:
```bash
fastapi-cache2==0.2.2
fastapi-cache2[redis]==0.2.2
.venv ❯ python --version
Python 3.12.4
```
Redis:
`docker run -d --name redis-stack-server -p 6379:6379 redis/redis-sta…