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