Skip to content

Commit

Permalink
Release v1.9.0 (stipsan#143)
Browse files Browse the repository at this point in the history
* 1.9.0

* update compat table
  • Loading branch information
stipsan authored Sep 26, 2016
1 parent aa7afc8 commit de679df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compat.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
|[lrem](http://redis.io/commands/LREM)|:white_check_mark:|:white_check_mark:|
|[lset](http://redis.io/commands/LSET)|:white_check_mark:|:x:|
|[ltrim](http://redis.io/commands/LTRIM)|:white_check_mark:|:x:|
|[mget](http://redis.io/commands/MGET)|:white_check_mark:|:x:|
|[mget](http://redis.io/commands/MGET)|:white_check_mark:|:white_check_mark:|
|[migrate](http://redis.io/commands/MIGRATE)|:white_check_mark:|:x:|
|[monitor](http://redis.io/commands/MONITOR)|:white_check_mark:|:x:|
|[move](http://redis.io/commands/MOVE)|:white_check_mark:|:x:|
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ioredis-mock",
"version": "1.8.3",
"version": "1.9.0",
"description": "This library emulates ioredis by performing all operations in-memory.",
"main": "./lib",
"scripts": {
Expand Down

0 comments on commit de679df

Please sign in to comment.