Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bakkdoor/redis.fy
- Owner: bakkdoor
- License: bsd-3-clause
- Created: 2011-10-24T13:11:21.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-12T20:23:40.000Z (over 11 years ago)
- Last Synced: 2023-04-11T18:18:19.861Z (over 1 year ago)
- Language: Fancy
- Homepage: http://www.fancy-lang.org
- Size: 122 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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