japerk / erldis (http://code.google.com/p/redis/)

fork of erldis

Synchronous erlang redis client application.

Clone this repository (size: 153.6 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/japerk/erldis/

A synchronous erlang client application for redis. Read more at streamhacker.com.

Keys and values are always converted to binaries for higher performance redis communication, thanks to Eric Cestari's high performance binaries fork on github. Returned values will either be numbers, binaries, or the atoms ok, nil, true, false.

For example usage, see the stdlib emulation modules:

Also checkout Eric's riak redis backend article and code to see erldis usage in the wild.

Follow me on twitter for immediate commit notifications.


This revision is from 2010-03-03 19:33