Redis - MRLIVING/Becca GitHub Wiki

Redis-cli

  • installation under Ubuntu
    apt-get install redis-tools

  • connect to redis
    redis-cli -h ${HOST} -p 6379

Data type and commands