This website requires JavaScript.
Explore
Help
Sign In
caleb-brown
/
redict
Watch
1
Star
0
Fork
0
You've already forked redict
mirror of
https://codeberg.org/redict/redict.git
synced
2025-01-23 16:48:27 -05:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
575acbf1f7
redict
/
client-libraries
/
erlang
/
include
/
erldis.hrl
2 lines
93 B
Erlang
Raw
Normal View
History
Unescape
Escape
Erlang client synched with Valentiono's repo
2009-03-25 11:49:27 -04:00
-
record
(
redis
,
{
socket
,
buffer
=
[
]
,
reply_caller
,
calls
=
0
,
remaining
=
0
,
pstate
=
empty
,
results
=
[
]
}
)
.
Reference in New Issue
Copy Permalink