lset abstract method

Future<bool> lset(
  1. K key,
  2. int index,
  3. V value
)

LSET command (set value that placed in index)

Implementation

Future<bool> lset(K key, int index, V value);