Installing Redis on Linux (Ubuntu) Step by step Guide,

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • #redis
    How to install redis in linux
    Learn Redis
    Basic Redis Commands
    Here is step by steps guide
    tar -xvf redis-6.2.7.tar.gz redis
    cd redis-6.2.7/src
    make & make install
    cd utils
    vim install_server.sh (Comment out)
    sh ./install_server.sh
    Give the files name
    systemctl start redis_6379.service
    redis-cli:
    Type: ping
    you should get pong

Комментарии •