databaseredisinstallationin-memory-databasein-memory-data-grid

How can a person get help in learning Redis Online


I have visited Redis official website and more other platforms for the tutorials but still I am unable to installation of Redis (in-memory data structure store).

The README.md file at Github is also failed to let me complete install and play with Redis.

I am a beginner to Redis and needs some specific and easy guidance in learning or installing it to system and play with it.


Solution

  • You can try Redis University. It provides a Virtual Lab environment for each student. Courses are free. Of course, there are many other tutorials, videos, courses, and books available.

    Installation on Windows is not recommended. You have a few options before having to install yourself, if you want just to play with it:

    You can try the classic redis-cli to play with it. You can also try some GUI clients available, like RDBTools.

    If you are trying to install and facing problems, then post a question with the specifics of what have you tried and what the error you are getting is.