tile38/controller
Josh Baker c02609ad44 Fixed missing response in TTL json command
Using the tile38-cli, the TTL command omitted the ttl value from the
json response.

For example:

    127.0.0.1:9851> TTL my ufo
    {"ok":true,"elapsed":"5.57µs"}

Is now fixed to show
    127.0.0.1:9851> TTL my ufo
    {"ok":true,"ttl":-1,"elapsed":"5.57µs"}

Where "ttl" is the remaining time before the object is is deleted.
The value -1 means that the object is available, but does not have
an expiration.

Thanks @phulst for finding this bug. closes #116
2017-01-07 09:27:36 -07:00
..
2016-11-16 13:01:19 -07:00
2016-11-02 05:51:48 -07:00
2016-09-11 21:09:02 -07:00
2016-11-02 09:15:48 -07:00
2016-07-12 10:07:28 -06:00
2016-12-29 08:50:54 -07:00
2016-04-02 19:16:36 -07:00
2016-12-06 10:30:48 -07:00
2016-03-31 17:42:22 -07:00
2016-04-02 19:16:36 -07:00
2016-12-06 10:30:48 -07:00
2016-12-28 11:16:28 -07:00
2016-12-29 08:50:54 -07:00
2016-03-31 17:58:02 -07:00
2016-12-29 08:50:54 -07:00
2016-03-04 16:08:16 -07:00
2016-12-28 11:16:28 -07:00
2016-07-12 13:18:16 -06:00
2016-12-29 08:50:54 -07:00
2016-04-02 18:33:38 -07:00
2016-03-29 05:53:53 -07:00
2016-07-12 22:59:36 -06:00
2016-07-12 22:51:01 -06:00
2016-12-15 11:37:38 -07:00
2016-12-22 14:52:37 -07:00
2016-03-04 16:08:16 -07:00
2016-12-15 10:00:08 -07:00