eredis
eredis copied to clipboard
Erlang Redis client
the `git://` format url is no longer supported by github
I am trying to pull the redis repo but i get timeout. I am using Windows Subsystem Linux 2 as OS. Can anyone tell me if there is an issue...
This error always occurs. must restart the process to recover. After checking, the redis connection is normal 021-09-08T12:46:34.330150+08:00 [error] supervisor: {local,cache_msg_server_sup}, errorContext: child_terminated, reason: {timeout_value,[{gen_server,loop,7,[{file,"gen_server.erl"},{line,411}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,249}]}]}, offender: [{pid,},{id,cache_msg_server2} ,{mfargs,{cache_msg_server,start_link,[cache_msg_server2]}},{restart_type,permanent},{shutdown,2000},{child_type,worker}] 2021-09-08T12:47:09.433168+08:00 [error]...
From the documentation I understand that there is a performance optimization for multibulk response processing that sets eredis apart from other libraries. It seems that (some?) multibulk responses are actually...
Source for Hex.pm package was moved to https://github.com/Nordix/eredis/. This PR highlights this in the README to redirect users with potential issues/PRs. Fixes #128.
https://hex.pm/packages/eredis source has been moved to https://github.com/Nordix/eredis. Please put a notice on README to highlight this, so that people post issues and PRs there.
This is with eredis_cluster ~> 0.5.12 When using eredis pointing to a redis cluster endpoint with large number of shards, I get error :nxdomain. The only workaround is to use...
Hi, sometimes we have Docker configured with ipv6 resolving, but Redis server is only listening on ipv4. So redis_client would resolve ipv6, try to connect and fail with a pretty...
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...
I have a slightly larger application. Redis (and eredis) are in no way essential for its functionality. Only "good to have sometimes". If I shut down redis after starting my...