All Projects → vangberg → iodis

vangberg / iodis

Licence: other
a redis client library for io

Programming Languages

Io
23 projects
iodis ~ a redis client library for io

usage ~
  $ io
  i := Iodis clone connect
  i set("foo", "bar")               ==> OK
  i get("foo")                      ==> bar
  i rpush("jobs", "job1")           ==> OK
  i rpush("jobs", "job2")           ==> OK
  i lpop("jobs")                    ==> job1

tests ~
  $ io tests/run.io

beware ~
  iodis doesn't handle server timeouts. missing
  commands for zsets, sorting & persistence /
  remote server control. also, this is my first
  io code, suggestions for improvements are more
  than welcome.

credits ~
  dekorte / io, antirez / redis
  & ezmobius / redis-rb

license ~
  the mit. google it.
  (c) 2010 harry vangberg <[email protected]>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].