-
Non-ASCII characters are encoded incorrectly by `rdb-cli dump.rdb json`.
Example:
Add a key to redis with `SET demo "Müller"`.
Run `rdb-cli dump.rdb json`.
The result is:
```json
[{
"demo…
-
I started a job in BTG which output errors:
```
$ ~/venv.d/btg/bin/btg zief.pl
____ ____________
/ __ )_ __/ ____/
/ __ |/ / / / __
/ /_/ // / / /_/ /
/_____//_/ \____/ v2.2
…
-
Hi All
I want to expose the redis cluster outside K8s cluster using load balancer. In the process, I am not able to connect to all the redis nodes created when accessed from outside. It is connecti…
-
how can i auth when i set the password
-
When using `cache_infer`, it would great to store a flag if an error has occurred during inference including the error message (e.g. `Protocol error`). Similarly, `cache_dump` should extended to retri…
-
It would be nice to have the ability to use custom backends to store and retrieve data such as etcd, redis and mysql.
-
If a Tool Meister instance on a local or remote node crashes, the Tool Meister `stop` operation will hang indefinitely.
We might want to consider a liveness probe of some sort (perhaps the Tool Mei…
-
I had right now this given exeception. not sure why it occured. redis server terminated (no log entries about that). Then a tool which we configured to monitor the server restarted it.
btw normally …
BoasE updated
8 years ago
-
-
_this is an issue created from #2_
Currently bad things may happen when a worker `pops` and doesn't do the work it's pulled off the queue, because we don't have _explicit acknowledgement_ that the …