LoginSignup
71
68

More than 5 years have passed since last update.

Redisサーバー、Redisクライアントの起動と終了

Posted at

Redisサーバー

Redisサーバの起動

redis-server
redis-server /usr/local/etc/redis.conf

Redisサーバーの終了

クライアントからshutdownで終了しないとディスクに保存されません。

Crtl+ C

Redisクライアント

Redisクライアントの起動

redis-cli

クライアントからサーバーのデータをディスクに保存してサーバーを終了

shutdown

Redisクライアントの終了

exit
71
68
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
71
68