Vipin Joshi
Vipin Joshi
  • 54
  • 9 279
🚨 🚨 Creating Basic Redis features in Rust: GET, DEL, SET, and TTL Explained! 🦀
I replicate Redis's core functionalities: GET, DEL, SET, and TTL. Redis is known for its blazing-fast in-memory data structure, and I’ve recreated these operations using the power and safety of Rust.
🔗 Resources Mentioned in the Video:
Rust Official Documentation: doc.rust-lang.org/
Redis Documentation: redis.io/docs/
GitHub Repository (Code Example): github.com/Matrx123/redis-like-clone.git
Rust Crates (dependencies): tokio and tokio-macros
🎥 In this video:
1️⃣ Learn the principles behind each Redis operation.
2️⃣ Understand how to implement in-memory storage efficiently in Rust.
3️⃣ Get insights into managing data lifecycle with TTL (Time to Live).
📌 Why Watch?
Whether you’re a Rust enthusiast or a backend developer curious about in-memory databases, this video simplifies complex concepts with hands-on coding.
💡 Don’t forget to like, subscribe, and share if you find this helpful! Drop your questions and thoughts in the comments below.
#RustLang #RedisClone #InMemoryDatabase #RustProgramming #BackendDevelopment #RedisInRust #LearnRust #RustCode #TTLImplementation #developerjourney #rust
มุมมอง: 142

วีดีโอ

Connect Actix-Web to Your Database with .env & Insert Users | Complete Guide 🦀 #rustlang
มุมมอง 6314 วันที่ผ่านมา
In this video, learn how to seamlessly connect your Actix-Web server to a database, use a .env file for managing environment variables, and perform user insertions into your database using Rust. 🦀✨ Documentation Links: dotenv crate : crates.io/crates/dotenv sqlx crate : crates.io/crates/sqlx actix-web crate : crates.io/crates/actix-web What You'll Learn: How to set up a .env file in Rust. Estab...
How to build a HTTP Server with Actix-Web in Rust (Step-by-Step Tutorial) #rust #actixweb
มุมมอง 12121 วันที่ผ่านมา
🚀 Learn how to build a high-performance HTTP server using Actix-Web in Rust! In this step-by-step tutorial, I’ll guide you through the entire process of creating a professional and production-ready HTTP server with Actix-Web. Actix-Web Documentation: actix.rs/ Code base and files: github.com/Matrx123/http-server #RustLang #ActixWeb #BackendDevelopment #HTTPServer #RustProgramming #WebDevelopmen...
Master Rust Enums in 10 Minutes | Beginner-Friendly Guide #rustlang #rust #neovim #programming
มุมมอง 60หลายเดือนก่อน
Master Rust Enums in 10 Minutes | Beginner-Friendly Guide #rustlang #rust #neovim #programming
Master Structs in Rust 🦀 under 10 Minutes ⏳ ✅
มุมมอง 87หลายเดือนก่อน
Master Structs in Rust 🦀 under 10 Minutes ⏳ ✅
Detailed video on Functions, Function Pointers, Closure and Safe|unsafe Rust #rust
มุมมอง 51หลายเดือนก่อน
Detailed video on Functions, Function Pointers, Closure and Safe|unsafe Rust #rust
Ownership in Rust Explained 🦀 #rustlang #rust #programming #neovim
มุมมอง 66หลายเดือนก่อน
Ownership in Rust Explained 🦀 #rustlang #rust #programming #neovim
Watch this Before starting Rust ✅✅
มุมมอง 104หลายเดือนก่อน
Watch this Before starting Rust ✅✅
Build a Command-Line Counter in Rust | Beginner Rust Tutorial 🦀
มุมมอง 63หลายเดือนก่อน
Build a Command-Line Counter in Rust | Beginner Rust Tutorial 🦀
Rust Programming for Beginners: Install, Build & Run Your First App! 🦀
มุมมอง 52หลายเดือนก่อน
Rust Programming for Beginners: Install, Build & Run Your First App! 🦀
Rust for web development || Backend using Actix-web 🔥🔥
มุมมอง 932 หลายเดือนก่อน
Rust for web development || Backend using Actix-web 🔥🔥
Creating a Simple Httpserver using Actix-web in Rust 🦀🔥🔥 #rustlang #rustdevelopment #actixweb #rust
มุมมอง 412 หลายเดือนก่อน
Creating a Simple Httpserver using Actix-web in Rust 🦀🔥🔥 #rustlang #rustdevelopment #actixweb #rust
Neovim tips || part 2 😃😊 #neovim #rust #technology #programming #software
มุมมอง 362 หลายเดือนก่อน
Neovim tips || part 2 😃😊 #neovim #rust #technology #programming #software
Effective Neovim setup 🤩💰
มุมมอง 742 หลายเดือนก่อน
Effective Neovim setup 🤩💰

ความคิดเห็น

  • @travellingdev
    @travellingdev 6 วันที่ผ่านมา

    Thanks for sharing🎉 , please add more features as you suggested at the end of the video, cheers!!🎉

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

    Good one, keep making more live code along sessions.

  • @EnriqueGarcia-cm5rw
    @EnriqueGarcia-cm5rw 11 วันที่ผ่านมา

    hola, como harias para tener una funcion para solo obtener la conexcion de la db en una modulo por aparte usando mysql ? pub fn get_database() -> String { let db_url = match get_database_path() { Ok(path) => path.into_os_string().into_string().unwrap(), Err(e) => e.to_string(), }; return db_url; }

  • @ibrahims9278
    @ibrahims9278 13 วันที่ผ่านมา

    Great video. Thanks for sharing.

    • @codewithjoeshi
      @codewithjoeshi 12 วันที่ผ่านมา

      Hey , i am using Rust and nodejs for API developement

  • @MayankGaur
    @MayankGaur 29 วันที่ผ่านมา

    Great tutorial !

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

    Gre8 tutorial ser ⚡

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

    hey everyone here is the Rust cheatsheet : cheats.rs/

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

    👍👍

  • @code37official
    @code37official 2 หลายเดือนก่อน

    which colorscheme are you using

    • @codewithjoeshi
      @codewithjoeshi 2 หลายเดือนก่อน

      i am using default theme of astronvim. but there is always a room for change in themes. you can visit there documentation or install it for a template and later update according to your needs. Please give it a like and subscribe if you like my work, also checkout other videos

  • @SA-c7k
    @SA-c7k 2 หลายเดือนก่อน

    ❤❤❤❤❤❤❤

  • @SA-c7k
    @SA-c7k 2 หลายเดือนก่อน

    Please bring a full play list of Rust in lecture form

  • @SA-c7k
    @SA-c7k 2 หลายเดือนก่อน

    Please can you bring a full play list of Rust

    • @codewithjoeshi
      @codewithjoeshi 2 หลายเดือนก่อน

      hey thanks for reaching out, i will surely work on it , probably on sundays so stay tuned. how should in bring it, long videos or shorts ??

    • @SA-c7k
      @SA-c7k 2 หลายเดือนก่อน

      @lowlevelcode Long videos but not so long 15 to 20 minutes is good

  • @rahul-yq2im
    @rahul-yq2im 2 หลายเดือนก่อน

    I want to try

  • @chickenbobbobba
    @chickenbobbobba 2 หลายเดือนก่อน

    you should plug that monitor in, and youll get a bigger screen, less eye strain and be much more comfortable

    • @codewithjoeshi
      @codewithjoeshi 2 หลายเดือนก่อน

      Hey thanks ❤️ electricity is gone so thats why i am using it like this ❤️

  • @divyagahtori2418
    @divyagahtori2418 2 หลายเดือนก่อน

    👏 👏 👏 👏