Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 231 Bytes

redis-client.md

File metadata and controls

14 lines (10 loc) · 231 Bytes

redis-cli:

* redis-cli ping
  ○ Reply pong
* Client bash
  ○ redis-cli
    * set foo bar
    * Get foo

Redis web-based client:-

sudo npm install -g redis-commander

redis-commander