set abstract method

Future<bool> set(
  1. K key,
  2. V value
)

SET command (set value)

Implementation

Future<bool> set(K key, V value);