getdel abstract method

Future<V?> getdel(
  1. K key
)

GETDEL command (get value and delete value)

Implementation

Future<V?> getdel(K key);