Sha256: 7bbb429ef42fb9caeaeed6a7b04797be521aaf3ccaeddddb74ba6dc6e69d0c85

Contents?: true

Size: 1008 Bytes

Versions: 14

Compression:

Stored size: 1008 Bytes

Contents

# redis-rb

A ruby client library for the redis key value storage system.

## Information about redis

Redis is a key value store with some interesting features:
1. It's fast.
2. Keys are strings but values can have types of "NONE", "STRING", "LIST",  or "SET".  List's can be atomically push'd, pop'd, lpush'd, lpop'd and indexed.  This allows you to store things like lists of comments under one key while retaining the ability to append comments without reading and putting back the whole list.

See [redis on code.google.com](http://code.google.com/p/redis/wiki/README) for more information.

See the build on [RunCodeRun](http://runcoderun.com/rsanheim/redis-rb)

## Dependencies

1. rspec - 
		sudo gem install rspec

2. redis - 

		rake redis:install

2. dtach - 

		rake dtach:install

3. git - git is the new black.

## Setup

Use the tasks mentioned above (in Dependencies) to get your machine setup.

## Examples

Check the examples/ directory.  *Note* you need to have redis-server running first.

Version data entries

14 entries across 14 versions & 5 rubygems

Version Path
defunkt-redis-0.2.1 README.markdown
redis-0.2.0 README.markdown
vanity-1.3.0 vendor/redis-rb/README.markdown
mikeg-vanity-1.3.0 vendor/redis-rb/README.markdown
redis-0.1.2 README.markdown
kali-redis-0.1.1 README.markdown
vanity-1.2.0 vendor/redis-rb/README.markdown
vanity-1.1.1 vendor/redis-rb/README.markdown
vanity-1.1.0 vendor/redis-rb/README.markdown
redis-0.1.1 README.markdown
vanity-1.0.0 vendor/redis-0.1/README.markdown
vanity-0.4.0 vendor/redis-0.1/README.markdown
vanity-0.3.1 vendor/redis-0.1/README.markdown
redis-0.1 README.markdown