Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Corrected redis local configuration file name to the actual file name which is inside the build zip i.e. redis.windows.conf
  • Loading branch information
Kishore Kumar Barik committed Mar 29, 2016
1 parent 17aa70c commit 714a3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ These 64-bit binary releases are created by building the [Microsoft's native por
#### 3. Run the `redis-server.exe` using the local configuration

cd c:\redis
redis-server.exe redis.conf
redis-server.exe redis.windows.conf

#### 4. Run `redis-cli.exe` to connect to your redis instance

Expand Down

0 comments on commit 714a3ad

Please sign in to comment.