Ronit Pandaronit.dev·Jul 14, 2024Building the DNS cacheBefore jumping into the code for the cache, let's first breakdown what exactly what we need from the cache class And also how are we going to cater to all those use-cases Requirements set answers to all question names and record types individually t...DiscussBuilding a simple DNS server from scratch with NodeJS and Typescriptcache
Sonal Kumardevopswork.hashnode.dev·Jul 8, 2024Redis Master-Slave Cluster ExplainedWhat is Redis Redis, which stands for Remote Dictionary Server, is an open-source, in-memory data structure store that is used as a database, cache, and message broker.Redis stores data in memory, which allows for extremely fast read and write operat...Discussredis cluster
Ankush Banikankush263blogs.hashnode.dev·Aug 6, 2023Getting Started with Redis: Unleashing Lightning-Fast Data RetrievalIntroduction: Redis is often touted as a game-changing technology for faster data retrieval from storage. And let me tell you, the hype is true. If you're considering learning Redis or are unsure whether it's worth your time, you've come to the right...Discuss·10 likes·35 readsWeMakeDevs
Shams Nahidblog.shams-nahid.com·Nov 5, 2022Redis 101: A super fast in-memory databaseRedis is one of the fasted in-memory databases out there and very much different from the traditional SQL/no-SQL databases. Initially, it was developed for caching, but the simplicity and speed take it to a completed in-memory database. Why Redis Whe...Discuss·38 readsDatabaseRedis