-
**Version**: redis-py 5.0.8, redis n/a
**Platform**: Gentoo Linux amd64, Python 3.12.4
**Description**:
The tests are using `@pytest.mark.asyncio(forbid_global_loop=True)`, e.g.:
https://g…
-
### Improvement target
Java code statements for which CI build tools report deprecation warnings.
### Improvement description
Review warnings and switch to the long term reliable method call…
-
All read requests such as `config` and `query read` would update the database about the node info. However, these updates would become a bottleneck for database performance.
I understand that many …
-
I tried this code:
```rust
use std::error::Error;
#[allow(unused_imports)]
use teloxide::dispatching::dialogue::serializer::{Bincode, Cbor, Json};
use teloxide::dispatching::dialogue::{
self…
-
### Version
v5.12.12
### Platform
NodeJS
### What happened?
Environment:
Kubernetes: k3s with 3 nodes
Redis: Sentinel configuration with 3 nodes
Description:
Our system is desig…
-
``` typescript
const publisherQueue = new BeeQueue(queueName,
isWorker: false,
redis,
activateDelayedJobs: true,
});
const consumerQueue = new BeeQueue(queueName, {
…
-
为了将accesstoken的当前所剩过期时间能返回给调用方,重新封装了下AccessTokenContainer如下:
`public class AccessTokenContainerExt: AccessTokenContainer{
public static async Task GetAccessTokenInfo(string appId, bool getNewToke…
-
The [documented](https://docs.rs/redis/latest/redis/#resp3-async-pubsub) way to subscribe and receive pubsub messages is flawed:
```rust
let client = redis::Client::open("redis://127.0.0.1/?protoc…
-
Thanks for wanting to report an issue you've found in redis-py. Please delete this text and fill in the template below.
It is of course not always possible to reduce your code to a small test case,…
-
### Issue Description
Running ParseLiveQueryServer where a RedisCacheAdapter is also configured causes crash when ParseLiveQueryServer tries to use the cache adapter.
### Steps to reproduce
1. Ru…