Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KuiKui committed Dec 5, 2013
1 parent 737be5a commit b18a557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Redis function | Description
**ZREMRANGEBYSCORE** *key* *min* *max* | Remove all members in a sorted set within the given scores
**ZREM** *key* *member* | Remove one membner from a sorted set

It also mocks PIPELINE and EXECUTE functions but without any transaction behaviors, they just make the API fluent.
It also mocks **PIPELINE** and **EXECUTE** functions but without any transaction behaviors, they just make the interface fluent.

## Tests

Expand Down

0 comments on commit b18a557

Please sign in to comment.