To get Redis running in Docker is quite easy. The windows installation follows but if you on the Linux platform, first you will need to install docker. Docker has very good documentation on how to get docker running on Linux. I personally use Ubuntu so would suggest you to give Ubuntu a try for Docker.

Once docker is installed, all it takes from command prompt is to run

Then to run redis

If you are on the windows 10 installing Docker is also a breeze platform, and to install Redis you can use Kitematic.

The steps to install Redis with Kitematic.

  1. Launch Kitematic
    kitematic-windows

    kitematic-windows

  2. Search for Redis
  3. Install the official release of redis by clicking on Create
    docker-redis-2

    docker-redis-2

  4. Done
    docker-redis-3

    docker-redis-3

Now one can connect to localhost port 32768 with Redis. Docker makes it super easy to get Redis up and running.

For other Redis topics

  1. Intro to Redis for .NET Developers
  2. Redis for .NET Developer – Connecting with C#
  3. Redis for .NET Developer – String Datatype
  4. Redis for .NET Developer – String Datatype part 2
  5. Redis for .NET Developer – Hash Datatype
  6. Redis for .NET Developer – List Datatype
  7. Redis for .NET Developer – Redis Sets Datatype
  8. Redis for .NET Developer – Redis Sorted Sets Datatype
  9. Redis for .NET Developer – Redis Hyperloglog
  10. Redis for .NET Developer – Redis Pub Sub