-
- https://github.com/redis-rs/redis-rs/pull/696
-
# What happened?
It was detected that the `resource-usage-tracker` service did not have a lock inside redis and it was reporting the following error: `redis.exceptions.LockNotOwnedError: Cannot rea…
GitHK updated
20 hours ago
-
**Version**: 5.0.1
**Platform**: Python 3.12 on Linux
**Description**: The end-goal is to get a reliable writable or read-only connection from a set of redis servers running sentinel on top. And…
-
### Description
Environment:
- client: node 18 (public.ecr.aws/docker/library/node:18-alpine)
- redis server: AWS elasticache
- engine version: 6.2.6
- 2 shards; 2 nodes per shard
We…
-
.NET版本:6.0
Redis连接模式使用官网推荐单例
```
public static class RedisHelper
{
///
/// Redis实例
///
public static FullRedis RedisConnection { get; set; } = new FullRedis("127.0.0.1:6379",…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
When using a Redis SignalR backplane (Microsoft.AspNetCore.SignalR.StackExchangeRedis)
Combi…
-
**Describe the bug or question**
A clear and concise description of what the bug or question is.
**To Reproduce**
Please provide a self-contained, minimal, and reproducible example of your use ca…
-
When setting the socketTimeout parameter to a non-zero value, the Redis connection becomes unstable after startup. The connection repeatedly closes due to the socketTimeout mechanism, reconnects, and …
-
### Description
This leads to resource leakage. Possibly relevant to #2958.
### URL to code causing the issue
https://github.com/vrslev/litestar-sse-cleanup-issue
### MCVE
_No response_
### Step…
-
# Redis Pub/Sub을 활용한 쿠폰 발급 비동기 처리 | 올리브영 테크블로그
올리브영에서 쿠폰 발급 프로세스를 어떻게 개선 했는지 알아봅시다.
[https://oliveyoung.tech/blog/2023-08-07/async-process-of-coupon-issuance-using-redis/](https://oliveyoung.tech/bl…