memcached-tool with dump not working properly with memcached 1.6
Posted by:
deepak m
Date: March 27, 2012 11:26PM
hi
i am working on mysql cluster 7.2 with memcached 1.6
in the previous version of memcached memcached tool is working fine with dump
but in this version i am faceing problem with dump.
please correct me if i am wrong
i started with memcached service with command
[root@cent2 ~]# memcached -E /usr/local/mysql/lib/ndb_engine.so -e "connectstring=10.12.200.117:1186;role=mc-only;debug=true" -vv -c 20 -u root
and using telnet i inserted a key with values
telnet localhost 11211
Escape character is '^]'.
set new 0 0 1
a
STORED
get new
VALUE new 0 1
a
END
but while using memcached tool its just telling how many records there in cache...it is not dumping the key with values...
like
[root@cent2 ~]# /usr/local/memcached-1.6.0_beta1/scripts/memcached-tool localhost:11211 dump
Dumping memcache contents
Number of buckets: 1
Number of items : 1
Dumping bucket 1 - 1 total items
is this problem with version or i am wrong anywhere
thanks in advance
Deepak M
Subject
Views
Written By
Posted
memcached-tool with dump not working properly with memcached 1.6
1921
March 27, 2012 11:26PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.