ttl must work with sets incr command. It seems to be not implemented. It must be for commands :
| POST |
/data/sets/{id}/incr |
Atomically increment an integer by 1 |
| POST |
/data/sets/{id}/incrby?by={long} |
Atomically increment an integer by by |
| POST |
/data/sets/{id}/incrbyfloat?by={decimal} |
Atomically increment a decimal value by by |
| POST |
/data/sets/{id}/decr |
Atomically decrement an integer by 1 |
| POST |
/data/sets/{id}/decrby?by={long} |
Atomically decrement an integer by by |
ttl must work with sets incr command. It seems to be not implemented. It must be for commands :