Skip to content

Commit 4817742

Browse files
author
Joe Podwys
committedSep 2, 2015
Update README.md
1 parent 5855aa1 commit 4817742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Robust API
1212
* Built-in logging with a `verbose` flag.
1313
* Compatible with `cache-service` and `superagent-cache`
14-
* Public access to the underlying `node-redis` instance
14+
* Public access to the underlying `node_redis` instance
1515
* A more logical API--`.mset()` takes an object of keys and values rather than a comma-separated argument list
1616
* `.mset()` allows you to set expirations on a per key, per function call, and/or per `cache-service-redis` instance basis (Vanilla `redis` does not let `.mset()` set expirations at all)
1717

0 commit comments

Comments
 (0)
Please sign in to comment.