debasishg / scala-redis

A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client side.
1.02k stars 219 forks source link

Add redis TIME command #192

Closed dqdinh closed 7 years ago

dqdinh commented 7 years ago

Add support for https://redis.io/commands/time

debasishg commented 7 years ago

Thanks!

dqdinh commented 7 years ago

Thanks for the quick turn around!

I'm still new to SBT and Scala OSS, do you know when a new version of the library will get released with this change?

debasishg commented 7 years ago

I will try and get a release out over the coming weekend. Is that ok ?

dqdinh commented 7 years ago

Sounds good! Thanks.

debasishg commented 7 years ago

Released just now. Will take time to sync with Maven Central ..

dqdinh commented 7 years ago

Awesome. Thanks!