HSet put value in hash
@override Future<void> hset(String key, CacheBody cell, {Context? ctx}) async { return await _h.invoke(this, _methods['hset']!, [key, cell], ctx); }