Skip to content

Commit

Permalink
Kiwi support
Browse files Browse the repository at this point in the history
  • Loading branch information
fictorial committed Apr 6, 2010
1 parent 7a042b4 commit 827c85c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,26 @@
});
});

- Refer to the many tests in `test.js` for many usage examples.
- Refer to the `examples` directory for focused examples.
- Refer to the many tests in `test/test.js` for many usage examples.
- Refer to the `examples/` directory for focused examples.

## Installation

You have a number of choices:

- git clone this repo or download a tarball and simply copy `lib/redis-client.js` into your project
- use git submodule
- use the [Kiwi](http://github.com/visionmedia/kiwi) package manager for Node.js
- use the [NPM](http://github.com/isaacs/npm) package manager for Node.js (not yet)

## Running the tests

A good way to learn about this client is to read the test code.

To run the tests, install and run redis on the localhost on port 6379 (defaults).
Then run `node test.js [-v|-q]` where `-v` is for "verbose" and `-q` is for "quiet".
Then run `node test/test.js [-v|-q]` where `-v` is for "verbose" and `-q` is for "quiet".

$ node test.js
$ node test/test.js
..................................................................
...........................++++++++++++++++++++++++++++++++++++

Expand Down Expand Up @@ -64,7 +73,6 @@ the only accepted request protocol come Redis 2.0.
## Compatibility

Tested with `Node.js v0.1.33-184-g53dd9fe` and Redis `1.3.8`.

A git tag exists for Node `v0.1.33`.

## Metadata
Expand Down
6 changes: 6 additions & 0 deletions seed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: redis-node-client
description: A Redis client
tags: redis
version: 0.1.0

0 comments on commit 827c85c

Please sign in to comment.