Skip to content
Luke Chen edited this page Dec 28, 2020 · 10 revisions

https://redis.io/

Build

(download redis-6.0.9.tar.gz) make make test

Pre-requisition: sudo apt-get install tcl

Alternatively $ sudo add-apt-repository ppa:redislabs/redis $ sudo apt-get update $ sudo apt-get install redis

Run

src/redis-server

Client

command line

src/redis-cli

python

https://redislabs.com/lp/python-redis/

Clone this wiki locally