SCRIPT FLUSH

Redis 開発者教育
Redis Developer Course
Redis 定期点検/技術支援
Redis Technical Support
Redis エンタープライズサーバ
Redis Enterprise Server

SCRIPT FLUSH

Load되어 캐시된 Script를 삭제합니다.

Example

명령>info memory
결과>used_memory_lua:74752
used_memory_lua_human:73.00K
used_memory_scripts:2808
used_memory_scripts_human:2.74K
number_of_cached_scripts:15
명령>SCRIPT FLUSH
결과>OK
명령>info memory
결과>used_memory_lua:37888
used_memory_lua_human:37.00K
used_memory_scripts:0
used_memory_scripts_human:0B
number_of_cached_scripts:0

명령문

SCRIPT FLUSH

  • 이 명령은 version 2.6.0 부터 사용할 수 있다.
  • O(N) N은 케시된 스크립트 개수(number_of_cached_scripts)입니다.

<< SCRIPT EXISTS SCRIPT FLUSH SCRIPT KILL >>

조회수 :

Email 返事がかかってなれば、メールでお知らせします。