https://github.com/mvrilo/sinatra-redis
A light extension for using redis with Sinatra
https://github.com/mvrilo/sinatra-redis
Last synced: 9 months ago
JSON representation
A light extension for using redis with Sinatra
- Host: GitHub
- URL: https://github.com/mvrilo/sinatra-redis
- Owner: mvrilo
- License: mit
- Fork: true (bmizerany/sinatra-redis)
- Created: 2011-01-07T02:21:42.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-07T21:14:35.000Z (almost 15 years ago)
- Last Synced: 2025-03-26T19:02:15.150Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 341 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sinatra Redis Extension
========================
Extends [Sinatra](http://www.sinatrarb.com/) with an extension method for dealing with redis databases using the EventMachine based [em-redis](https://github.com/madsimian/em-redis) for asynchronous executions and [redis-rb](https://github.com/ezmobius/redis-rb) client library that comes with the redis source (pre-packaged with this library for convenience). You can install the `sinatra-redis` with git:
$ git clone git://github.com/mvrilo/sinatra-redis.git
### Redis Reference Material
* The [Redis Wiki](http://redis.io/documentation)
* The [Redis Command Reference](http://redis.io/commands)
* The [Redis Source](http://github.com/antirez/redis)
* Ezra's Mountain West Ruby Conf '09 [Talk](http://confreaks.net/videos/62-mwrc2009-redis-key-value-nirvana)