exists abstract method

Future<bool> exists(
  1. K key
)

EXISTS command (check existence)

Implementation

Future<bool> exists(K key);