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
..
bing doc typos 2016-11-16 13:01:19 -07:00
collection Optimized GeoJSON 2016-11-02 05:51:48 -07:00
endpoint grpc support 2016-09-11 21:09:02 -07:00
glob match on prefix star, fixes #76 2016-11-02 09:15:48 -07:00
log added log test 2016-07-12 10:07:28 -06:00
server fixed #49. fragmented pipeline requests. 2016-09-08 16:11:53 -07:00
aof.go Metadata for Webhooks 2016-12-29 08:50:54 -07:00
aofmigrate.go lint cleanup 2016-04-02 19:16:36 -07:00
aofshrink.go fix to aof corruption during aofshrink command. 2016-12-05 16:24:26 -07:00
bson.go Group geofence events 2016-12-06 10:30:48 -07:00
checksum.go read backward multibulk 2016-03-31 17:42:22 -07:00
client.go lint cleanup 2016-04-02 19:16:36 -07:00
config.go requirepass with no password with remove auth, fixes #39 2016-08-26 07:19:31 -07:00
controller.go Fixed missing response in TTL json command 2017-01-07 09:27:36 -07:00
crud.go Fixed missing response in TTL json command 2017-01-07 09:27:36 -07:00
dev.go Group geofence events 2016-12-06 10:30:48 -07:00
expire.go test app for #107 2016-12-28 11:16:28 -07:00
fence.go Metadata for Webhooks 2016-12-29 08:50:54 -07:00
follow.go follow replication 2016-03-31 17:58:02 -07:00
hooks.go Metadata for Webhooks 2016-12-29 08:50:54 -07:00
json.go test app for #107 2016-12-28 11:16:28 -07:00
json_test.go first commit 2016-03-04 16:08:16 -07:00
keys.go scan order asc/desc 2016-07-12 13:18:16 -06:00
live.go Metadata for Webhooks 2016-12-29 08:50:54 -07:00
output.go ineffassign97 2016-04-02 18:33:38 -07:00
readonly.go resp config 2016-03-29 05:53:53 -07:00
scan.go removed ScanType 2016-07-12 22:59:36 -06:00
scanner.go refactor field 2016-07-12 22:51:01 -06:00
search.go Add SCAN to Roaming Geofences 2016-12-15 11:37:38 -07:00
stats.go debug.FreeOSMemory 2016-12-22 14:52:37 -07:00
stats_cpu.go fixed window build error. bump 1.4.1 2016-08-26 14:18:35 -07:00
stats_cpu_darlin.go fixed window build error. bump 1.4.1 2016-08-26 14:18:35 -07:00
token.go added command filter for geofences 2016-12-15 10:00:08 -07:00
token_test.go first commit 2016-03-04 16:08:16 -07:00