hset method
HSet put value in hashtable. 从缓存哈希表中写值.
Implementation
@MPI(name: "mesh.cache.hset")
Future<void> hset(String key, CacheBody cell, {Context? ctx}) {
throw UnimplementedError('hset() has not been implemented.');
}
HSet put value in hashtable. 从缓存哈希表中写值.
@MPI(name: "mesh.cache.hset")
Future<void> hset(String key, CacheBody cell, {Context? ctx}) {
throw UnimplementedError('hset() has not been implemented.');
}