Redis

Redisインストール(Amazon Linux 2023)

インストールするRedisのパッケージを確認 dnf search redis Redisインストール dnf install redis6 ソースからインストールする場合 cd /usr/local/src wget -c https://download.redis.io/redis-stable.tar.gz tar -xzvf redis-stable.tar.gz cd redis-sta…