Future<RespType> pexpire(String key, Duration timeout) async { return tier0.execute([ 'PEXPIRE', key, timeout.inMilliseconds, ]); }