Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 496 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 496 Bytes

text-based user interface for Memcached 1.4.31+

Installation

git clone https://github.com/jairovsky/simple-memcache-ui.git
cd simple-memcache-ui
pip3 install -r requirements.txt

Usage

python3 src/main.py <memcache-host> <memcache-port>

  • r: refresh key list
  • f: flush/clear key list
  • enter: show key contents on the right panel
  • d: delete key
  • y: copies the contents displayed on the right panel to the clipboard