memcached 관련 명령어

  • 등록 2017.07.11 13:43:45
크게보기

# memcached 관련 명령어

echo stats | nc 123.123.123.123 11211

echo stats settings | nc 123.123.123.123 11211

echo stats slabs | nc 123.123.123.123 11211

echo stats items | nc 123.123.123.123 11211


# memcached 기타

telnet 123.123.123.123 11211

set TestKey 0 10000 2
hi
STORED
get TestKey
VALUE TestKey 0 2
hi
END
quit
Connection closed by foreign host.
노랑배 kosthb@gmail.com
Copyright @2011 mediaon Corp. All rights reserved.

사이트에 관련하여 연락은 메일로 주세요. kosthb골뱅이gmail.com Copyright 2011 mediaon. All rights reserved.