Beginner's Guide to Redis with Go!

Поделиться
HTML-код
  • Опубликовано: 26 янв 2024
  • Welcome Gophers! In this video, we'll be looking at how you can connect into a Redis instance in Go and do some fun stuff like getting and setting values!
    👨‍💻 Sign up and gain access to a growing list of premium courses on my site - tutorialedge.net/pricing/
    ✅ Subscribe and hit that 🔔 to get notified for all the latest tutorials!
    The text version of this tutorial can be found here - tutorialedge.net/golang/go-re...
    🤓 / elliot_f
    ‎💻 tutorialedge.net
    🎥 Recording Setup
    Microphone - amzn.to/3hvASys
    Mic Boom - amzn.to/3o0cW8Q
    Mouse - amzn.to/2WZMoZs
    Monitor 1 - amzn.to/38IUlYy
    Monitor 2 - amzn.to/3rBTZf7
    Mount - amzn.to/3o3185V
    USB-C Hub - amzn.to/3o2xRbw

Комментарии • 11

  • @user-zk1zm6sm2u
    @user-zk1zm6sm2u 16 дней назад

    Useful tutorial to learn go with redis

  • @omarcrosby
    @omarcrosby 7 дней назад

    Very very useful! Thanks

  • @adi.wahyudi
    @adi.wahyudi Месяц назад +1

    Simple, clean and clear! Thanks Eliot

  • @JonBrookes
    @JonBrookes 6 месяцев назад +1

    Hey Eliot, thanks for another clear, practical, and no-nonsense Go guide! I've always found your videos and courses extremely helpful, going beyond the typical beginner/hello world stuff. This is invaluable for real-world work scenarios, and today's is no exception.

    • @Tutorialedge
      @Tutorialedge  6 месяцев назад

      Thanks Jon for your lovely words! Hope you are having a great weekend!

  • @SumanPokhrel0
    @SumanPokhrel0 4 месяца назад +1

    Short and Simple , Thanks

  • @N0AGI
    @N0AGI 6 месяцев назад +1

    Eliiot, always informative sessions. Another great one here. Thanks for doing these and sharing. Keep up the great work.

    • @Tutorialedge
      @Tutorialedge  6 месяцев назад

      Always a pleasure! Thanks again for your support over the years!

  • @willi1978
    @willi1978 6 месяцев назад

    nice. i like that things look so simple in golang

  • @vinaykumarva8538
    @vinaykumarva8538 6 месяцев назад +1

    We need Kibana also with Golang

  • @mohammadahzan3764
    @mohammadahzan3764 3 месяца назад

    i am having doubt in setting and getting the cache data in an restAPI as how to implement the cachedData type and model according to the request (for eg if i have to fetch products from an database and set it to cache . but how to do this dynamically for every other request and how to store data according to that ?)