19 | 86 | | 87 |
88 | Available commands :
89 |
|
98 |
107 |
108 | Execute telnet command on one or all memcached servers
109 |
111 | 110 |
112 |
113 |
114 |
115 | Server
116 |
117 |
118 |
119 |
120 |
121 |
125 | 122 | 124 | |
126 |
127 | You can use this thing to execute any telnet command to any memcached server 128 |It will connect to the server, execute the command and return it in the console 129 |For more informations about memcached commands, see memcached protocol here 130 | |
131 |
140 |
141 | Search for a key on one or all memcached servers
142 |
144 | 143 |
145 | Key
146 |
147 |
148 |
149 |
150 |
151 | Server
152 |
153 |
154 |
155 |
156 |
157 | Detail Level
158 |
159 |
163 |
164 |
165 |
166 | Action
167 |
168 |
172 |
173 |
174 |
175 |
179 | 176 | 178 | |
180 |
181 | Warning !
182 | This thing is only for debuging issue, do not use it in a production environment as it can lock or impact your memcached servers performances. 183 |Also keep in mind that it does not list all keys. It lists keys up to a certain buffer size (1 or 2MB), and it list key that are expired. 184 |You can also use a PCRE regular expression 185 | |
186 |