Checks if keys exists.
keys
Returns 1 if the key exists, 0 otherwise.
1
0
@override Future<int> exists(dynamic keys) async => ExistsCommand(this).exists(keys);