0
0

More than 1 year has passed since last update.

AWS ElastiCashe Redis でエンドポイントを用いてバージョン確認する方法

Posted at

概要

  • AWSのElastiCasheで建てているRedisサーバーに接続先からエンドポイントを用いてRedisのバージョンを確認するコマンドをまとめる

方法

  • aws cliコマンドをインストールする。
  • 疎通確認済み & aws cliコマンドがインストールされた環境で下記コマンドを実行するとRedisのバージョンが返される。

    $ redis-cli --version -h エンドポイント
    

関連記事

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0