hdel method
HDel del value in hashtable. 从缓存哈希表中删除值.
Implementation
@MPI(name: "mesh.cache.hdel")
Future<void> hdel(String key, String name, {Context? ctx}) {
throw UnimplementedError('hdel() has not been implemented.');
}
HDel del value in hashtable. 从缓存哈希表中删除值.
@MPI(name: "mesh.cache.hdel")
Future<void> hdel(String key, String name, {Context? ctx}) {
throw UnimplementedError('hdel() has not been implemented.');
}