]> git.saurik.com Git - redis.git/blob - client-libraries/erlang/include/erldis.hrl
another fix for append only mode, now read-only operations are not appended
[redis.git] / client-libraries / erlang / include / erldis.hrl
1 -record(redis, {socket,buffer=[],reply_caller,calls=0,remaining=0,pstate=empty,results=[]}).