InterviewSolution
Saved Bookmarks
| 1. |
How to install Redis windows? |
|
Answer» Here is one of the way of INSTALLING the Redis on Windows:- Architecture 1.Install some packages
2. Download the source code of the LATEST version of Redis.
3. Extract the file that has been downloaded.
4.Compile the Redis source
5.Test the compiled files ((optional))
6. After compilation, copy the Redis binaries under /usr/local/bin/ and then install the Redis server by the following instructions:-
7. Installation Completed
Point to be noted:- GO through this Q&A very thoroughly as this is one of the vital Redis interview questions. |
|