Björn Svensson
Björn Svensson
This is a continuation of #99 and #103 to attempt to add support of TLS to docker-redis-cluster. Its basically the same as #103 with some small changes, and the cert...
By defining a password in the environment variable `PASSWORD` a cluster will be configured to require a client to authenticate itself. The client needs to send the `AUTH` command followed...
When using `nostd::shared_ptr` and building with an [undefined behavior detector](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html) there are indications of vptr issues. It's an use of an object whose vptr indicates that it is of the...
[To get faster reaction times on failing socket-send of echos/requests we now handle the response from the send call where applicable. To avoid a larger change in the statemachine a...
Following vulnerability has been found and later corrected in hiredis: [CVE-2020-7105](https://nvd.nist.gov/vuln/detail/CVE-2020-7105) Since hiredis-vip is based on hiredis the same vulnerabilities exists in hiredis-vip aswell, and most issues described in redis/hiredis#747...
The eval/4 consists of two steps - first an EVALSHA that tries to run an already loaded script - if the Redis node dont have the script it will be...
The set-output command is deprecated and will be disabled soon. For details see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Removes annotations/warnings received in [builds](https://github.com/Nordix/flatcc/actions/runs/3469147024). Fixes #7
When requesting a setup of CMake 2.8.12.2 the following error is seen: ``` Run jwlawson/actions-setup-cmake@v1 with: cmake-version: 2.8.12.2 github-api-token: *** use-32bit: false Error: Unable to find version matching 2.8.12.2 ```...
If an eredis client fails its first connection-attempt it will `spawn_link` a re-connection process. This re-connection process will run until it succeeds. But, if the connection attempts continuously fails and...