@override Future<void> write(String key, Object? value, Duration? ttl) async { await _store('set', key, value, ttl); }