@override Future<void> put<T>(String key, T object) async { await Command(_connection).send_object(['SET', key, jsonEncode(object)]); }