Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Feb 10, 2017
1 parent bbcc0da commit b09f6ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea
.c9
bower_components
node_modules
npm-debug.log
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ See [contributing guide](.github/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2017-01-18 | v1.0.30 | Maintenance |
| 2017-02-10 | v1.0.31 | Maintenance |
| 2017-01-18 | v1.0.29 | setnx type commands now run in sequence and not in parallel |
| 2017-01-16 | v1.0.28 | Maintenance |
| 2015-10-22 | v0.0.16 | Timeout child commands (see childCommandTimeout option) |
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2017-01-18 | v1.0.30 | Maintenance |
| 2017-02-10 | v1.0.31 | Maintenance |
| 2017-01-18 | v1.0.29 | setnx type commands now run in sequence and not in parallel |
| 2017-01-16 | v1.0.28 | Maintenance |
| 2015-10-22 | v0.0.16 | Timeout child commands (see childCommandTimeout option) |
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": "multiple-redis",
"version": "1.0.30",
"version": "1.0.31",
"description": "Run redis commands against multiple redis instances.",
"author": {
"name": "Sagie Gur-Ari",
Expand Down

0 comments on commit b09f6ca

Please sign in to comment.