leporo / tornado-redis

Asynchronous Redis client that works within Tornado IO loop.
666 stars 162 forks source link

Added PEXPIRE command #23

Closed enotodden closed 11 years ago

enotodden commented 11 years ago

http://redis.io/commands/pexpire

leporo commented 11 years ago

Oh. I've already did it on a redis_2_4_support branch but still have not merged it to master.

Merging it right now.

enotodden commented 11 years ago

Great! Thanks!