faeldt / redis-mock

Node.js redis client mock
112 stars 157 forks source link

Add support for string get/set #1

Closed stiang closed 11 years ago

stiang commented 11 years ago

We use .get() and .set() a lot in a project of mine, so I added support for them.

stiang commented 11 years ago

Btw, the Travis build fails on an existing test, which is not related to my commits.

faeldt commented 11 years ago

Thanks. I tested the Travis build again and this time it passed. The timer-related code failed on your commit so I guess the margin is a bit too tight there :)

stiang commented 11 years ago

Any chance you could push a new version to npm where this is included?

faeldt commented 11 years ago

Pushed 0.1.4 to npm just now. Sorry for the delay.