erikdubbelboer / phpRedisAdmin

Simple web interface to manage Redis databases.
http://dubbelboer.com/phpRedisAdmin/
3.11k stars 666 forks source link

Format TTL to days, hours or minutes #108

Closed garas closed 7 years ago

garas commented 7 years ago

Format TTL to show in days/hours/minutes

Examples: TTL: 83800 (23 hours) TTL: 25568046 (295 days)

erikdubbelboer commented 7 years ago

Thanks