hdel method

  1. @MPI(name: "mesh.cache.hdel")
Future<void> hdel(
  1. String key,
  2. String name, {
  3. Context? ctx,
})

HDel put value in hash

Implementation

@MPI(name: "mesh.cache.hdel")
Future<void> hdel(String key, String name, {Context? ctx}) {
  throw UnimplementedError('hdel() has not been implemented.');
}