Install Redis using docker and docker compose | Redis Insight docker installation

Поділитися
Вставка
  • Опубліковано 26 січ 2025

КОМЕНТАРІ • 26

  • @codewithrajranjan
    @codewithrajranjan  8 місяців тому +1

    There are a few comments related to the port not working for Redis Insight. The Redis insight team is constantly changing the exposed Port. Now I have given the explicit tag of 1.14.0 for the Redis insight docker container and here port 1.14.0 will work fine.
    Please use redislabs/redisinsight:1.14.0 image for redis-insight

  • @SergeyForeverOutoff
    @SergeyForeverOutoff Місяць тому

    thanks brother. 3 days of torment. I haven't found your video yet

  • @yogeshgamit7409
    @yogeshgamit7409 11 місяців тому +3

    Redis-insight hosted port not exposed in browser. However its exposed in docker container. Someone tell me whats wrong here?

    • @akashgusain1173
      @akashgusain1173 10 місяців тому +2

      +1 same issue

    • @mohamedmrabet2245
      @mohamedmrabet2245 9 місяців тому

      Ensure the port RedisInsight is using inside the container (8001) is correctly mapped to a host port in your docker-compose.yml, like so: - "5540:8001".

  • @balamurugan-yi9so
    @balamurugan-yi9so 6 місяців тому +1

    Thank you very much, It was short and crisp..

  • @---jj9lf
    @---jj9lf 8 місяців тому +4

    For me, redis insight port had to be 5540:5540. Hope it helps.

  • @RoshanakRahimi-d1p
    @RoshanakRahimi-d1p Рік тому +1

    it was very simple and good for beginners. really nice. thank you

  • @aeronesto
    @aeronesto 11 місяців тому

    Straight to the point! haha I love it!

  • @daniel20102885
    @daniel20102885 9 місяців тому

    Hello and thank you for the good and informative tutorial. I would like to use redis for several applications (for example Nextcloud, etc.). Do I have to set up a separate redis Docker container for each application or can I set up several databases for the different applications in ONE Docker container?

    • @codewithrajranjan
      @codewithrajranjan  9 місяців тому

      If you are asking for production then don’t use docker. In production the persistence layer should always be on a VM.
      You can use single redis for multiple application. Key name should be different for different application.
      Also if throughput is small then single redis is fine but if throughput is high then you need to have separate redis instances

  • @titoffen
    @titoffen Рік тому

    Very nice intro.👍

  • @stanislavzamecnik3049
    @stanislavzamecnik3049 Рік тому

    Very nice tutorial. Thank you!!

  • @julianmartinez7520
    @julianmartinez7520 Рік тому

    its a great tutorial.

  • @suen-tech
    @suen-tech Рік тому +2

    Thank you

  • @lennindavila7361
    @lennindavila7361 Рік тому

    very good tutorial

  • @7zism3
    @7zism3 6 місяців тому

    Thank you very match

  • @michael.vvvvvvv
    @michael.vvvvvvv 11 місяців тому

    Thanks!

  • @pepethefrog9547
    @pepethefrog9547 Рік тому

    thank you master

  • @thecoder7570
    @thecoder7570 Рік тому

    great

  • @LucassCavalieri-nf2yo
    @LucassCavalieri-nf2yo 11 днів тому

    Pessimo video