windows install and configure redis under external network access

windows have been configured at installation redis external network access

  1. Download windows version redis

    The official website can not download windows version of redis, need this link to download https://github.com/microsoftarchive/redis/releases

  2. Select .msi the end of the download

    Double-click to run directly installed. Follow the prompts to install. You can choose to install the port

  3. Enter the installation directory

    Select the installation directory (choose according to their actual situation)

Select the port operation (according to their actual installation)

Set the maximum memory to run redis

  1. Set the configuration file (into the installation directory)

Find redis.windows-service.conf

Set the binding address

  1. Will be installed to service redis

    redis-server --service-install redis.windows-service.conf --loglevel verbose

    After the successful installation of the service can be seen in the Task Manager

  2. Connection test redis desk manager


To facilitate the download offer redis-desk-manager client download

Guess you like

Origin www.cnblogs.com/zhanghongke/p/11002266.html