Incr the cache of expire time.
@override Future<int?> incr(String key, int value, {Context? ctx}) async { return await _h.invoke(this, _methods['incr']!, [key, value], ctx); }