menu
dartian package
documentation
redis.dart
RedisCache
has method
has method
dark_mode
light_mode
has
method
Future
<
bool
>
has
(
String
key
)
Check if key exists
Implementation
Future<bool> has(String key) async { return await _client.exists(key); }
dartian package
documentation
redis
RedisCache
has method
RedisCache class