Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bakkdoor/redis.fy

A Fancy client library for Redis, the open source, advanced key-value store.
https://github.com/bakkdoor/redis.fy

Last synced: 1 day ago
JSON representation

A Fancy client library for Redis, the open source, advanced key-value store.

Awesome Lists containing this project

README

        

# redis.fy
A Fancy Redis client library.

It's licensed under the BSD license.
See LICENSE file for more information.

## Example usage:

require: "redis"
r = Redis Client new # defaults to localhost
r set: ('msg, "hello, world")
r get: 'msg . println # => "hello, world"

## Credits
Inspired in some parts by https://github.com/redis/redis-rb