Redis Course - In-Memory Database Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2024

ความคิดเห็น • 68

  • @TheCodingOdyssey
    @TheCodingOdyssey 3 ปีที่แล้ว +9

    This channel is a blessing.

  • @abdulazeemmohd6634
    @abdulazeemmohd6634 ปีที่แล้ว +2

    1. mset -> set multiple values for keys
    ex: mset lang Java tech Redis
    2. mget -> get multiple values for keys
    ex: mget lang tech
    3. strlen -> get length of the key
    4. incr -> increment count my 1
    5. incrby -> increment count of n
    ex: set count 1
    incr count
    incrby count 10
    6. incrbyfloat -> for floating value
    7. To expire an value after some seconds
    ex: set a 1
    expire a 10 // here 10 is in seconds
    8. flushall command will delete all key, value pairs from redis
    9. To push data in a list
    ex: lpush country India
    lpush country US
    10. To get all data from ths list
    ex: lrange country 0 -1 (startRange, -1)
    11. rpush will push the value to the last index of the list
    ex: rpush country Australia
    13. lpop to remove from list
    ex: lpop country
    14. llen command to get length of the list
    15. lset is to change the object at the index n
    ex: lset country 1 USA
    16. linsert is the command to store data at any index
    ex: linsert country before USA "Russia"
    17. lindex command get the value from any particular index from list
    ex: lindex country 2
    18. sort ALPHA to sort list of characters, just sort for numbers
    ex: sort country ALPHA

  • @RoshanakRahimi-d1p
    @RoshanakRahimi-d1p ปีที่แล้ว +2

    it was one of the most useful videos. many thanks

  • @amymiao602
    @amymiao602 3 ปีที่แล้ว +6

    Thank you so much for providing this video!!!!! It is so helpful to pick up in a short time!

  • @parasb2000
    @parasb2000 3 ปีที่แล้ว +5

    This is helpful, Have completed till Transactions.
    Feedback as follows (Will keep on adding as I progress)
    1. The usage of watch is not adequately explained. I had to refer to the Redis documentation to clear my understanding.
    2. Would help if some more negative test cases are demonstrated to cement our understanding.
    3. For the Scripts section, a little more detail would help, for example how the country capital example works(word by word)

    • @AjayKumar-pw9xy
      @AjayKumar-pw9xy 2 ปีที่แล้ว

      Bro how to create 3 terminals????

  • @dmitriizheleznikov2949
    @dmitriizheleznikov2949 10 หลายเดือนก่อน

    Thank you man. I think this is a good format and start for new in Redis.

  • @lethnisoff
    @lethnisoff 3 หลายเดือนก่อน

    thank you for such a comprehensive tutorial

  • @arnold5090
    @arnold5090 2 ปีที่แล้ว +10

    Didn't found the tutorial useful. Was expecting redis architecture explanation and various configurations, rather than running commands from CLI.
    As mostly it would be integrated with an application that would perform data insertion and retrieval.

  • @gowtamkumar8574
    @gowtamkumar8574 7 หลายเดือนก่อน

    It was a very helpful tutorial. Thank you so much

  • @FRONTRUS
    @FRONTRUS 3 ปีที่แล้ว +7

    Awesome 👍

  • @urekmazino2086
    @urekmazino2086 3 ปีที่แล้ว +4

    Redis is a good one if you are making peer to peer applications

    • @TheGaridi2
      @TheGaridi2 3 ปีที่แล้ว +1

      Not just that but also if you are looking to scale your application

    • @martinfreiwald3094
      @martinfreiwald3094 9 หลายเดือนก่อน

      Not only that but the security of client applications when used with NodeJS as quoted in the Glossary terms of CompTIA Network+ N10-008 quote "client/server application An application located on a client that makes use of services provided by a server. This server can be external or located on the client system." Meaning the client gets the software server from NodeJS on the client.

  • @KoScosss
    @KoScosss 3 ปีที่แล้ว

    Okayish first tutorial. Thanks.

  • @manavshah448
    @manavshah448 ปีที่แล้ว +1

    Heads up, the instructor might be an amateur. He said FLUSHALL "deletes" all keys and values. It does the opposite - it stores them permanently on disk. 12:10.

  • @apawar3099
    @apawar3099 ปีที่แล้ว

    Thanks for the knowledge

  • @AKASH-sw9bs
    @AKASH-sw9bs 4 หลายเดือนก่อน

    Thanks that was helpful.

  • @thatguyarman6710
    @thatguyarman6710 3 ปีที่แล้ว +21

    *I read the redis as reddit so I clicked it.*

    • @starlight1468
      @starlight1468 3 ปีที่แล้ว +2

      I dont know why but i Can't stop laughing

    • @headlikeahole6548
      @headlikeahole6548 3 ปีที่แล้ว

      Is there a website that has more soyboys than reedit?

  • @siddharathadhumale3683
    @siddharathadhumale3683 2 ปีที่แล้ว

    Thank you for sharing this information.

  • @서영빈-u2e
    @서영빈-u2e ปีที่แล้ว +3

    I'm making API service with redis, that should deal with huge amout of people speedily. So i'm doing some stress test. If i do 2000 times of cotinuous 'get' from redis, without any interver between the execution, it takes long time for the first 'get' (0.03 second), and the shorter time(0.001 second) for the following every 'get's. And when I do 2000 times of 'get' with 3 seconds of intervals, like all of the 'get' being the first attempt, it takes long time for every 'get's. what is the reason, and how to fix this? i checked the maxmemory policy and it was 'noeviction'. I'm using python 3.11

  • @harifrahman8054
    @harifrahman8054 3 ปีที่แล้ว

    Nice one Loved it :)

  • @stilianstoilov3728
    @stilianstoilov3728 3 ปีที่แล้ว +5

    Waiting for RabbiMQ video :)

  • @armaghanasghar2911
    @armaghanasghar2911 2 ปีที่แล้ว

    Well Structure Tutorial

  • @gmmkeshav
    @gmmkeshav 2 ปีที่แล้ว

    maja agaya bhai thank you

  • @mmsskk1413
    @mmsskk1413 3 ปีที่แล้ว

    Thank You

  • @Revalto
    @Revalto 3 ปีที่แล้ว +1

    What console did you use to install redis?

  • @PaoloDiPietro58
    @PaoloDiPietro58 2 ปีที่แล้ว

    Hi Shabbir, I have a problem looking at your screen : the clear text on the black background is not visible. How can I solve the problem? Tahnk you in advance

  • @dtube6330
    @dtube6330 3 ปีที่แล้ว

    Thanks

  • @michaelshaw9997
    @michaelshaw9997 3 ปีที่แล้ว

    Thank you for the great tutorial

  • @Hanuman-n7b
    @Hanuman-n7b 2 ปีที่แล้ว

    How to add redis to our app during deployment

  • @yogendratala8577
    @yogendratala8577 3 ปีที่แล้ว

    Thanks👍

  • @pattlactroi4279
    @pattlactroi4279 ปีที่แล้ว

    can you give me link of your background. thanks

  • @apawar3099
    @apawar3099 ปีที่แล้ว

    what is the Library name used for Scripts?

  • @hellozdm3701
    @hellozdm3701 3 ปีที่แล้ว +1

    no auto subtitle make me hard to learn...

  • @patrickwu8441
    @patrickwu8441 3 ปีที่แล้ว +1

    excellent video, would be even better if subtitled

    • @dejangegic
      @dejangegic ปีที่แล้ว

      I agree. It's barely in English

  • @SanjayKumar-un7xf
    @SanjayKumar-un7xf 3 ปีที่แล้ว +3

    Awesome !
    How can I save data of user from website or APIs
    Is anyone can share video regarding with this
    Thanks in Advance !

    • @edriseckist3
      @edriseckist3 2 ปีที่แล้ว

      Please let me know also when you find out

  • @RanjanKumar-bu7ws
    @RanjanKumar-bu7ws 3 ปีที่แล้ว

    Please make a course on webRTC

  • @viveksingh-dc7ny
    @viveksingh-dc7ny 3 ปีที่แล้ว

    can you please make videos on KDB +

  • @abhishekrathore6161
    @abhishekrathore6161 3 ปีที่แล้ว +1

    Hi Team,
    Can you please help on how to install redis on windows?
    Thanks!

    • @devonreid1105
      @devonreid1105 3 ปีที่แล้ว

      You would need to install WSL first. Then you can easily use redis inside windows.

    • @rahulkumarsingh1716
      @rahulkumarsingh1716 3 ปีที่แล้ว

      use laragon.org/ , this contains redis , mysql , and many other tools for development. U can disable service that u don't need in setting of laragon menu.

  • @sivaganesh4489
    @sivaganesh4489 3 ปีที่แล้ว

    ❤️

  • @alexeykovalchuk9046
    @alexeykovalchuk9046 7 วันที่ผ่านมา

    Okay okay =)

  • @Abhi-fg5qu
    @Abhi-fg5qu 3 ปีที่แล้ว

    Don’t why people dislike .

    • @aman4434
      @aman4434 3 ปีที่แล้ว +3

      Paid content channels probably

  • @ScrotoloOttavoNano
    @ScrotoloOttavoNano ปีที่แล้ว

    Thanks... oke?

  • @astrolillo
    @astrolillo 3 ปีที่แล้ว +2

    A tip, if you are going to publish courses from non-native speakers (with thick accents) at least put on some subtitles

  • @fedmahn
    @fedmahn ปีที่แล้ว

    OK?

  • @milkyway9225
    @milkyway9225 3 ปีที่แล้ว +3

    I'm a simple man - I hear indian - I shut down the video.

  • @rameshp6916
    @rameshp6916 3 ปีที่แล้ว +1

    Ok.. ok.. ok.. ok... ok .. :(

  • @lablnet
    @lablnet 3 ปีที่แล้ว +2

    I think am listening to robot sorry 🤫

  • @ryyyyyski
    @ryyyyyski 3 ปีที่แล้ว

    1st

  • @irinamurmur
    @irinamurmur 3 ปีที่แล้ว +4

    monotonous speech difficult to listen to

  • @Slushy_2005
    @Slushy_2005 3 ปีที่แล้ว

    Erster

  • @domi_dreams
    @domi_dreams 2 ปีที่แล้ว

    Why does every indian guy asks "OKey, OKey?" every 5 seconds. It's mostly annoying and doesn't help in anything :/

  • @jajoa4064
    @jajoa4064 2 ปีที่แล้ว

    ffs i cant listen to extreme accents.

  • @DeepakRai-tf8un
    @DeepakRai-tf8un 3 ปีที่แล้ว

    indian

  • @goliram007
    @goliram007 3 ปีที่แล้ว

    Thank you