-
Developers need a way to test the behavior of the DocCMS server when running in a cluster locally without relying on remote shared infrastructure or services. When developing code to support and fix…
-
when i create redis cluster with redis-cli in docker, my redis-cluster nodes all in same overlay network.
so i use 'redis-cli --cluster create redis-master-1:6380 redis-master-2:6380 redis-master-3:…
-
Hey
I trie to use docker rootless and docker compose.
With normal docker, everything works fine.
Since then I got error message when docker compose up:
2fauth | touch: /2fauth/database…
-
Spans from redis instrumentation don't contain a lot of attributes, such as "db.system", "net.transport" and so on. It happens because RedisCluster instance doesn't have [connection_pool attribute](ht…
-
Not Working- (No Auth, I am using " docker run -p 6370:6379 redis" & " docker run -p 6379:6379 redis")
import Redis from 'ioredis';
const cluster = new Redis.Cluster([
{ port: 6379, host: "127.…
-
##### **Overview of the issue**
I try to generate a project based on a official sample jdl file with a slight modify, everything works well but redis. the code of redis cannot be generated proper…
-
I am trying to deploy using redis postgre and latest gitlab version using the group json file of Marathon.
It is like Docker compose, it permit to execute Docker container from a rest API.
Does any…
kopax updated
4 years ago
-
Hello. I am gonna deploy celery-exporter by using helm. I have 3 nodes redis sentinel cluster. So how can apply CE_BROKER_URL for sentinel cluster, for one redis I just give the one IP but here no ide…
-
### Describe the Bug
We are using a multi-container instance to use Directus at scale. However, when we create data fields/items, we get non-deterministic behavior, which seems to be caused by reques…
-
I I can't stop the master process
[root@cyril cluster]# docker ps |grep redis
d980f6fcbbbb redis:3 "docker-entrypoint.sh" 29 minutes ago Up 28 minutes (Paused) 63…