mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-26 18:08:34 -05:00
2 lines
93 B
Erlang
2 lines
93 B
Erlang
-record(redis, {socket,buffer=[],reply_caller,calls=0,remaining=0,pstate=empty,results=[]}).
|