Sets a timeout on key in seconds.
key
Returns 1 if the timeout was set, 0 if the key doesn't exist.
1
0
Future<int> expire(String key, int seconds);