Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

vangberg/iodis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 <harry@vangberg.name>

About

a redis client library for io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages