LoginSignup
0
1

More than 5 years have passed since last update.

Redisを初めてさわってみるメモ

Posted at

準備

クライアント

  • OSX 10.8.2
  • インストール
$ brew update
$ brew install redis

下記のコマンドが入る

  • redis-benchmark
  • redis-check-aof
  • redis-check-dump
  • redis-cli
  • redis-server

サーバ

redis4youというhostサービスを使ってみる。無料だから。
http://redis4you.com/

  • 無料の場合は、2インスタンスまで作成できた。
  • アカウント作成をする。
  • インスタンス作成(トップのFree下、[select this plan]から)
  • インスタンス起動([My Redis Instanses]から各ページ上、[start])

試し

接続

$ redis-cli -h <Host> -p <Port> -a <Auth> 

リファレンス

0
1
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
1