Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 951078a

Browse files
authored
Merge pull request #96 from silverbucket/docupdate
Docupdate
2 parents 459d365 + b12fece commit 951078a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,21 @@ redisPool.shutdown();
5252

5353
## Implemented Redis methods
5454

55-
* **del**
5655
* **blpop**
5756
* **brpop**
58-
* **brpoplpush**
57+
* **del**
5958
* **expire**
6059
* **get**
60+
* **hdel**
6161
* **hget**
6262
* **hgetall**
6363
* **hset**
64-
* **hdel**
6564
* **incr**
65+
* **keys**
6666
* **lpush**
6767
* **rpush**
68-
* **set**
6968
* **sendCommand**
69+
* **set**
7070
* **ttl**
7171

7272
## Additional methods

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "redis-connection-pool",
33
"version": "4.0.0",
44
"description": "a redis client connection pool",
5+
"homepage": "https://silverbucket.github.io/redis-connection-pool",
56
"license": "MIT",
67
"private": false,
78
"keywords": [
@@ -73,6 +74,5 @@
7374
"readmeFilename": "README.md",
7475
"bugs": {
7576
"url": "https://github.com/silverbucekt/node-redis-connection-pool/issues"
76-
},
77-
"homepage": "https://github.com/silverbucket/node-redis-connection-pool"
77+
}
7878
}

0 commit comments

Comments
 (0)