This repository was archived by the owner on Nov 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
vangberg/iodis
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published