Skip to main content

Installing Redis

install redis

sudo apt install redis

check redis version

redis-server --version
# or
redis-cli info server