installation configuration window Redis

Redis officials did not release any windows version of redis, but windows open source group maintains a database Redis

Download: https://github.com/MSOpenTech/redis/releases

Binary package is installed with linux configuration mode, configure the installation package file compression Profile

# Extracting archive to d: / development / redis / directory
 > CD / dd: / Development / Redis
 > Redis-Server --service- the install redis.windows.conf - LogLevel Debug
# Start redis service:
( 1 ) Normal mode
    This mode is activated listens 127.0 . 0.1 6379 port
     > redis- Server redis.windows.conf
    This mode is activated by always staying in a window, the window is closed service stopped
( 2 ) Service Model
    Did not start by installing the service immediately after cmd redis service, so the step redis not run as an independent form of services, start the service
    > net start redis
    > redis-server redis.windows.conf
    > redis-cli
    Starting and connecting the above steps will form the background service 127. 0.0 . . 1 Redis service on 6379
( 3 ) modify the configuration redis same linux

 

Guess you like

Origin www.cnblogs.com/2019PawN/p/11717383.html