作為手動安裝程序 (不建議) 的一部分,安裝和設定 Redis 資料庫。
安裝和設定 Redis 資料庫:
- 使用下列命令安裝 Redis:
RHEL
安裝從安裝程式解壓縮的
Redis
和jemalloc
安裝套件。使用下列命令,以取代確切的檔案名稱:sudo yum install redis-filename.rpm jemalloc-filename.rpm
- 使用下列命令啟動 Redis 服務:
RHEL
sudo systemctl enable redis sudo systemctl start redis
- 可選:如果您要在獨立於 RaaS 節點的主機上設定 Redis,則需要將 Redis 設定為接受遠端連線,並使用密碼限制存取。為此,請更新
/etc/redis.conf
檔案,以指定繫結參數並設定 RaaS 節點應用來驗證的密碼。bind0.0.0.0 requirepass {{ your_redis_password }}
安裝和設定 Redis 後,請繼續前往下一節。
後續步驟
安裝和設定 Redis 後,下一步是安裝和設定 RaaS。如需詳細資訊,請參閱RaaS 安裝和設定。