-
I config 3 redis-server and 3 redis-sentinel , run ok, but redis read and write is slower than before with no sentinel.look the log find the sentinel always write the log below:
[43623] 22 Jan 12:35:5…
-
I'm trying to connect to a sentinel with:
```
const redisConfig = { host: '10.82.102.71', port: 31691 };
const redisClient = new Redis({
sentinels: [ redisConfig ],
name: "redis…
-
Hello,
I found out that in Redis Sentinel 3.2.5 we cannot bind more than one IP address (i.e. it binds only to the first ip address).
Here is the configuration that doesn't work (i.e. sentinel s…
-
## Issue Description
Type: *bug report*
### Describe what happened
-Dcsp.sentinel.log.dir=/xx/xx设置日志保存路径后,sentinel-dashboard依然会在home目录下面创建logs文件夹
### Describe what you expected to happ…
-
I do not know what that means but I decided to report it anyway. This error appears in the log even after you disable the Xposed by the switch. If I posted the issue in the wrong area, forgive me. Xpo…
-
1、juicefs version:
juicefsruntime-controller:v0.8.2
juicefs-fuse:v1.0.0
2、juicefs worker
jfs-ceph-demo-worker-0 2/2 Running 14 13d
3、logs:
…
-
Hi Dimitar @misev, as a part of our UC data collection and pre-processing process we need to prepare cloud free Sentinel 2 image mosaics. I would like to know what you could propose as best solution f…
-
```
Python 3.3.1 (default, Sep 25 2013, 19:29:01)
[GCC 4.7.3] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from blist import sortedset
>>> from unittest.mock im…
-
First of all, thank you for the great contribution regarding this excellent R package. I’m writing to ask whether the Sentinel-1 radar images need to be pre-processed after download or if they are alr…
-
Is there any support for type hinting sentinels?
I tried the following:
```py
from typing import Literal, Type
import sentinel
Sentinel = sentinel.create("Sentinel")
def foo(bar: S…