-
### Description
When trying to replace the redis.password configuration via the REGISTRY_REDIS_PASSWORD ENV, it is not actually replaced.
I see this log
```
time="2024-11-19T11:39:27Z" level=…
-
**Expected Behaviour**
```js
const container = new RedisContainer('redis/redis-stack-server:7.2.0-v12')
```
This will fail because of the `redis-server` command. https://github.com/testcontain…
-
**Describe the bug**
When passing a redis uri following occurs, "Error: Panic: runtime error: invalid memory address or nil pointer dereference"
**To Reproduce**
Steps to reproduce the behavior:
…
-
## Type of question
General operator-related help
## Question
#### What did you do?
At some point, I installed - well, "subscribed to" - the `redis-operator`. But I removed it; I found usi…
-
There are two scenarios where we could only have incomplete notification counts in Redis.
1. When we go live, since we deploy part way through the day any notifications sent before deployment on tha…
-
### 问题描述(Issue Description)
两个Redis部署在不同的环境上,之间的内网IP不通,是否这种就无法同步?
(即跨云环境,网络需要特别打通吗?)
(我想将aws上的ElastiCache Redis OSS迁移到其他云上自建的Redis 集群上。)
目前RedisShake是运行在跟ElastiCache 同VPC下的一个云主机上面,而目的Redis集群是在另外…
-
@SoulPancake Hi~, can you tell me your email?
-
```
--- FAIL: TestLockAndDo (15.23s)
--- FAIL: TestLockAndDo/redis (15.00s)
globallock_test.go:89:
Error Trace: /home/runner/work/gitea/gitea/modules/globallock/globalloc…
-
```go
go get -u github.com/go-redis/redis
```
```go
func ExampleNewClient() {
client := redis.NewClient(&redis.Options{
Addr: "127.0.0.1:6379",
Password: "my", // no password set
…
-
环境:
RedisShake Version:latest
Redis Source Version:6.2.12
Redis Destination Version:6.2.12
Redis 部署方式(standalone/cluster/sentinel):standalone -> sentinel
报错如下:
2024-10-10 15:49:39 INF load confi…