Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
predis ライブラリを使用してデータをキャッシュしています。を使用してキャッシュを個別に削除できます
$redis->cache->hdel(self::$cacheNamespace, $key);
しかし、キーを提供せずにすべてのキャッシュを削除する必要があります。predis でそれを達成する方法はありますか。