Skip to content

Instantly share code, notes, and snippets.

@evgv
Last active February 26, 2017 17:50
Show Gist options
  • Save evgv/eb17b24cb8af637d1c57d9c16c8d5d9a to your computer and use it in GitHub Desktop.
Save evgv/eb17b24cb8af637d1c57d9c16c8d5d9a to your computer and use it in GitHub Desktop.
Redis. CLI

Redis CLI

The list will be supplemented

Open Redis CLI (for ubuntu/debian)

  
  redis-cli
  

FLUSHALL

  
   FLUSHALL

Flush all Redis cache

QUIT

  
   quit

Quit from Redis CLI

More about Redis CLI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment