Redis and JSON Explained (Revisited)

Поділитися
Вставка

КОМЕНТАРІ • 11

  • @JohnLovell-FTW
    @JohnLovell-FTW 2 роки тому +3

    The pace and content are excellent! Please continue these 10 minute redis bites. :)

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

    Very well explained. Thank You!

  • @RajendarM-ls4zg
    @RajendarM-ls4zg 5 місяців тому

    is Redis database can store encrypted String using JSON SET command in spring boot?

  • @RajendarM-ls4zg
    @RajendarM-ls4zg 5 місяців тому

    is Redis database can store encrypted String using JSON SET command in spring boot? could you please let me know if any one knows

  • @chetanreddy2007
    @chetanreddy2007 5 місяців тому

    thank you , it was a valuable video

  • @evan.khizkial
    @evan.khizkial Рік тому

    What's the significance of the colon : after the key name? is it just a unique string treated as a single unit i.e. 'truck:42', 'truck:abc' or is the 42 a key for something else?

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

      We (Redis) recommend using colons to separate logical human-words within a unique string. As an example, an ethernet port location name might be building:42:cubicle:18 or a printer might be department:12:office:2. You could actually use the number as a separate key for something else, but you have to account for that in your own codebase. That's one the benefits and challenges of Redis key naming conventions, you can adapt it to your own use case.

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

    Is there any client library that supports C/C++??

    • @Redisinc
      @Redisinc  11 місяців тому +1

      Hello, we unofficially recommend hiredis for C. You can see a breakdown of known clients here:
      redis.io/resources/clients/

  • @Charles-m7j
    @Charles-m7j 7 місяців тому +1

    Redis is no longer viable. Use one of the many alternatives that are actually open source

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

      Not sure if any of the many alternatives have JSON capabilities.