memcache基本操作
查看机子的memcache的运行状况http://blog.chinaunix.net/uid-25266990-id-2379205.html
简单操作
http://blog.elijaa.org/?post/2010/05/21/Memcached-telnet-command-summary
①memcachedの起動ポートを確認
ps aux | grep memcached
②telnetで接続
telnet IPアドレス ポート番号
③キャッシュの存在確認
get キー名(ADR_システムauID, USR_システムauID)
set key value
add key value
④終了
quit
页:
[1]