eredis
eredis copied to clipboard
Erlang Redis client
I got a crash with the following core stack. By using redis pool, no obvious reason why {unhandled_message,{connection_ready,#Port}} is unhandled here. ------------------------------------> [20601]: 17:03:36.790 [error] GenServer #PID terminating [20601]: **...
Hi, The concurrent connections in my project was about 30,000. I could find CRASH: {connection_error,{connection_error,eaddrnotavail}} in a percentage of 0.1%. The reuseaddr is set to true and looks like it...
Common test's init_per_group/2 has an issue with starting linked process: it terminates process started with start_link method beforehand. So I have some tests that use groups but eredis does not...
Hi, Thanks for the lib. It's been a pleasure to use so far. I am testing the pub/sub part of eredis, and from what I can see there' is no...
Hello! When I use this library my RAM decrease from 600MB to 150MB (yes, i get site homepage many times via wrk utility). But after that free RAM not restores...
Hi, I am not sure it is a bug or not, if open a tcp server instead of redis server, [connect](https://github.com/wooga/eredis/blob/master/src/eredis_client.erl#L289) still works fine. Reproduce step: 1. nc -l 8888...
Hi! I have just done few changes (removing the "select database" step in connect function) that allow eredis to connect and communicate with nutcracker/twemproxy as in the case of direct...
Are you planning to add TLS support ? thx