Redis

作者: sylcrq | 来源:发表于2016-11-18 13:16 被阅读12次

    安装Redis

    • MacOS上安装Redis

      brew install redis
      
    • To have launchd start redis now and restart at login:

      brew services start redis
      
    • Or, if you don't want/need a background service you can just run:

      redis-server /usr/local/etc/redis.conf
      
    • Get Redis package information.

      brew info redis
      
    • Test if Redis server is running.

      redis-cli ping
      

    相关文章

      网友评论

          本文标题:Redis

          本文链接:https://www.haomeiwen.com/subject/pkojpttx.html