Module golem_rust::bindings::wasi::keyvalue::eventual_batch

source ·

Functions§

  • Delete the key-value pairs associated with the keys in the bucket.
  • Get the values associated with the keys in the bucket. It returns a list of incoming-value that can be consumed to get the value associated with the key.
  • Get all the keys in the bucket. It returns a list of keys.
  • Set the values associated with the keys in the bucket. If the key already exists in the bucket, it overwrites the value.

Type Aliases§