Redis Sorted Set Data Type - Redis An In memory NoSQL Database

Sdílet
Vložit
  • čas přidán 26. 07. 2024
  • 👉 Welcome to the video series on Redis - An In Memory NoSQL Databses. In this video I've talked about Redis data type called Sorted Set.
    Redis Sorted Set is a very important data type when you want to have a fast access to multiple elements or strings of a unique set. Along with Strings Sorted Sets also contains a score which determines the arranging to data. The Strings are arranged in order of priority from low to high
    #redis #nosql #database #inmemorydb #redisio #apache #memory #bigdata #DevOps #software #softwaredevelopment #programming #code #coding
    Hi I am Deepak k Gupta (nickname - Daksh and Preferred). This channel is for budding as well as experienced software developers who are willing to explore the awesome world of programming.
    Subscribe to my CZcams channel here bit.ly/Sub_CodesBay
    Here is the brief list of things which you can find in my CZcams channel
    1. C++ programming (latest specification C++17 and C++20 ), create high performance system applications using this one.
    2. Create microservices designed for multiple CPU cores using my golang tutorial
    3. Create web applications as well as backend application using my Javascript tutorial and node js
    4. Create cross platform mobile apps using my flutter tutorial
    5. Learn Python Programming, the language in demand and learn to do effective ways of doing Data Science and Machine Learning. My python tutorials includes but not limited to supervised and unsupervised learning, logistic regression, gradient descent. You will also be able to create neural networks using my Pytorch Tutorial
    6. Learn source control with my git tutorial, which is one of the most widely used decentralized source control. Learn how to create branch using git branch, merge changes using git merge, checkout a branch using git checkout and commit your changes using git commit
    7. Learn about persistent nosql databases like mongodb using my mongodb tutorial as well as in memory nosql databases like redis using my redis tutorial. you'll also learn about using redis nodejs
    8. Understand the concept of handling large data using my big data tutorial and using databases like apache spark
    9. Learn about graph theory and graph database and how to make use of graph databases like neo4j
  • Věda a technologie

Komentáře • 7

  • @vivekdixit9568
    @vivekdixit9568 Před 4 lety +2

    Good videos!!! :)

  • @bhavindobariya9446
    @bhavindobariya9446 Před 2 lety

    Thanks you sir!!! You have save my days

  • @bhavindobariya9446
    @bhavindobariya9446 Před 2 lety +1

    I have store json as hset datatype. My question is if possible to search inside json value ?

  • @bhavindobariya9446
    @bhavindobariya9446 Před 2 lety

    Sir I want to get all score list any command available ?
    Because of I am getting all players(key or value) this is fine but all players get score in single command?
    Currently player name pass zscore getting score particular user.