hset method
HSet put value in hash
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 hash
@MPI(name: "mesh.cache.hset")
Future<void> hset(String key, CacheBody cell, {Context? ctx}) {
throw UnimplementedError('hset() has not been implemented.');
}