Skip to content

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

License

Notifications You must be signed in to change notification settings

bakkdoor/redis.fy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages