hkeys method

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

HKeys get the hash keys

Implementation

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