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.
memcachedを実行しているcentosサーバーがあります。spymemcachedクライアントを使用して、キャッシュキーと値のペアを格納します。
すべてのキャッシュ値とキーをクリアする必要があります。
これはクライアント側またはサーバー側で行いますか?
telnetメソッドをflush_allに試しました
私はspymemcached側で試しました:
流す();
これらはどちらもキャッシュをクリアしません。
誰か助けてもらえますか?
flush();memcachedキャッシュ内のすべてのアイテムを無効にするだけです。キャッシュをクリアするには、memcachedサーバーを再起動する必要がある場合があります。技術的には安全ですflush();。memcachedは必要なときに割り当てられたメモリを使用します。
flush();