Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 137 Bytes

redis.md

File metadata and controls

18 lines (12 loc) · 137 Bytes

Redis

In Memory Database.

CLI

start the CLI:

redis-cli

send a PING message:

127.0.0.1:6379>ping
PONG