From http://www.darkcoding.net/software/memcached-list-all-keys/
Telnet into memcached
telnet 127.0.0.1 11211
List items
stats items
STAT items:3:number 1
| execute pathogen#infect() | |
| " With a map leader it's possible to do extra key combinations | |
| " like <leader>w saves the current file | |
| let mapleader = "," | |
| let g:mapleader = "," | |
| """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
| " => nerdTree | |
| """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |
| .container | |
| .square | |
| .trees | |
| - var trees = 7 | |
| while trees-- | |
| .tree | |
| .branch | |
| .branch | |
| .branch | |
| .branch |
| tcpdump -n -S -s 0 -A 'tcp dst port 80' | grep -B3 -A10 "GET /test" |
From http://www.darkcoding.net/software/memcached-list-all-keys/
Telnet into memcached
telnet 127.0.0.1 11211
List items
stats items
STAT items:3:number 1
| shasum -a 256 #{filename} | cut -c-12 |
| let filename = '.gitignore' | |
| if filereadable(filename) | |
| let igstring = '' | |
| for oline in readfile(filename) | |
| let line = substitute(oline, '\s|\n|\r', '', "g") | |
| if line =~ '^#' | con | endif | |
| if line == '' | con | endif | |
| if line =~ '^!' | con | endif | |
| if line =~ '/$' | let igstring .= "," . line . "*" | con | endif | |
| let igstring .= "," . line |