gregoriusxu / booksleeve

Automatically exported from code.google.com/p/booksleeve
Other
0 stars 0 forks source link

Add TIME command #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to get the timestamp from the redis server (TIME command, see 
http://redis.io/commands/time)

What is the expected output? What do you see instead?
There is no support, ability to call this command.

What version of the product are you using? On what operating system?
HEAD

Please provide any additional information below.
See attached .patch file, very easy to add.

Original issue reported on code.google.com by rob.skil...@gmail.com on 20 Mar 2013 at 1:20

Attachments:

GoogleCodeExporter commented 8 years ago
I didn't spot this one get added in 2.6; have added locally (not yet committed; 
part of a big spike) - using a Task<DateTime> returning the UTC representation 
so a little different to the raw API but feels idiomatic in terms of .NET

Original comment by marc.gravell on 20 Mar 2013 at 8:39

GoogleCodeExporter commented 8 years ago
Great, thanks a lot for the quick response.

Original comment by rob.skil...@gmail.com on 22 Mar 2013 at 5:57

GoogleCodeExporter commented 8 years ago

Original comment by marc.gravell on 3 Apr 2013 at 7:58