-
Clients should be able to consult a mapping before initiating UDP broadcast. This mapping could be backed by:
* a plain text file of PV names and addresses
* etcd
* channel finder?
Any of thes…
-
### Expected behaviour
The Redis server requires TLS, and trying to set up phpredis with Laravel over TLS, but getting this error:
_Redis::connect(): SSL operation failed with code 1. OpenSSL Err…
-
while (xx) {
nwritten = write();
totwritten += nwritten;
......
server.stat_net_output_bytes += totwritten; /* error, because nwritten may repeated */
......
}
change vers…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### What happened
I encountere…
-
### Description ###
Hi,
we are experimenting with ccache on CI(Jenkins) to speed up the (re)compilation of C/C++ project(built with cmake). Since the compilation happens in ephemeral docker conta…
-
```
just a patch with cr_sendvandreceive function, which could send command
base on a iovec array, and support binary key and value
int credis_getv(REDIS rhnd, const char *key, size_t key_len, char …
-
### Environment
Ubuntu 20.04.2 LTS
Python 3.7.7
pip 21.0.1
g++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Redis server v=5.0.8
PaddlePaddle 1.8.0
cmake version 3.16.0
### Compilation error messag…
-
```
just a patch with cr_sendvandreceive function, which could send command
base on a iovec array, and support binary key and value
int credis_getv(REDIS rhnd, const char *key, size_t key_len, char …
-
## Info / Context
I checked `is:issue openmetrics`, `is:issue prometheus` ([SO](http://stackoverflow.com/questions/tagged/redis), [google group](https://groups.google.com/forum/m/#!forum/Redis-db))…
-
I've been trying unsuccessfully to get qless-web to run automatically on startup in Ubuntu 16.04 using either systemd or supervisord. I've tried all kinds of config tweaks but they all ultimately end …