Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matsubo committed May 9, 2013
1 parent be47263 commit 3d13f6b
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Requirements
-----------------------------
- Redis
- >=2.4
- PhpRedis
- https://github.com/matsubo/phpredis
- PhpRedis extension
- https://github.com/nicolasff/phpredis
- PHP
- >=5.3
- Composer
Expand All @@ -32,9 +32,6 @@ Installation
```

```
# install
$ php composer.phar install --dev
# update
$ php composer.phar update redis/ranking --dev
```

Expand All @@ -52,13 +49,8 @@ php sample/benchmark.php 1.50s user 2.96s system 43% cpu 10.203 total

How to run unit test
----------------------------
```
% cp phpunit.xml.dist phpunit.xml
% vendor/bin/phpunit
```
or

Run with default.
Run with default setting.
```
% vendor/bin/phpunit -c phpunit.xml.dist
```
Expand All @@ -72,11 +64,6 @@ TODO
- `zRemRangeByRank`, zDeleteRangeByRank - Remove all members in a sorted set within the given indexes
- `zRemRangeByScore`, zDeleteRangeByScore - Remove all members in a sorted set within the given scores
- Implement `zUnion` API as a static helper API.
- Associate with travis.
- throws exception if return value from Redis class invalid.
- PSR-3 support
- https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md


History
----------------------------
Expand Down

0 comments on commit 3d13f6b

Please sign in to comment.