Clear all cache (use with caution!)
Future<void> clear() async { await _client.sendCommand(['FLUSHDB']); }