perl-redis
perl-redis copied to clipboard
Perl binding for Redis database
Fixes #161
We have noticed that on busy systems we very occasionally see redis failure to connect due to the connect system call getting interrupted via `EINTR`. Probably the solution is something...
```console + cd Redis-1.999 + RELEASE_TESTING=1 + ./Build test t/00-compile.t ........... ok t/01-basic.t ............. ok t/02-responses.t ......... ok t/03-pubsub.t ............ ok t/04-pipeline.t .......... 1/? # Failed test 'info in pipelined...
https://redis.io/docs/reference/cluster-spec/#moved-redirection Today we ran into an issue where the cluster configuration was updated without notice. The apps using it started reporting errors including "[get] MOVED 5541 10.177.253.70:15000". The linked docs...
Signed-off-by: Michal Josef Špaček
To work with self-signed certificates, it is necessary to pass many options to IO::Socket::SSL such as SSL_ocsp_mode, SSL_hostname, SSL_cert_file, SSL_key_file, SSL_ca_file. As a temporary patch you can apply the patch...
The rebuild of perl-Redis in Fedora Rawhide is failing since Redis 7.0.0 is in repository ``` # Failed test 'info in pipelined mode' # at t/04-pipeline.t line 52. # Compared...
Hello! Now in doc I see only mention about using 'password', but it not relevant anymore: in redis6+ I can disable ' default' user and use only acl-users. It requires...
We are sporadically getting this error in our application. We've already configured the reconnect behaviour (reconnect => 1, every => 100000) but it doesn't help. What else can we do...
Hi, we are using this module in our projects and encountered this error a couple of times. The reason is clear to me but IMHO this should not result in...