]> git.saurik.com Git - redis.git/blame - client-libraries/erlang/include/erldis.hrl
redis-cli now accepts a -r (repeat) switch. Still there is a memory leaks to fix
[redis.git] / client-libraries / erlang / include / erldis.hrl
CommitLineData
91668668 1-record(redis, {socket,buffer=[],reply_caller,calls=0,remaining=0,pstate=empty,results=[]}).