Ubaydah Abdulwasiuubaydah.hashnode.net·Aug 12, 2022Building A Blog Service With FastAPI And Redis OMIntroduction In my last article, I wrote about using Redis as a message broker to store messages delivered by a task queue. Asides from Redis being used as cache storage or message broker, Redis can also be used as a database to store data in key-val...Lateefat and 7 others are discussing this8 people are discussing thisDiscuss·127 likes·2.8K readsPythonNice one up there 💫 3
Dhruva Srinivasthecatblog.hashnode.net·May 11, 2022Sessions vs JWTs - A Complete Guide to AuthenticationHello, in this post I will go over authentication, various methods to implement it, each of their drawbacks, and which one you may want to use! Let's get started! What is Authentication? Authentication or auth for short is the process where a server ...Yashu Mittal and 5 others are discussing this6 people are discussing thisDiscuss·94 likes·14.3K readsTHW Web AppsAwesome article man!!! Those diagrams are cool 👀 4
Yogesh Chavanyogeshchavan.hashnode.net·Jul 7, 2021Using Serverless Redis as Database for Netlify FunctionsIn this tutorial, we'll see how we can use Redis as a database for caching purposes to load the data faster in any type of application. So let's get started. What is Redis Redis is an in-memory data store used as a database for storing data Redis is ...Andrew Baisden and 3 others are discussing this4 people are discussing thisDiscuss·83 likes·1.5K readsJavaScript
Abhishek Guptaabhishek1987.hashnode.net·Apr 24, 2023Go and Redis, Better Together 🤝I recently presented this talk at the Conf42 Golang 2023 and I thought it might be a good idea to turn it into a blog post for folks who don't want to spend 40+ mins watching the talk (it's ok, I understand 😉) or just staring at slides trying to ima...Discuss·41 readsGo Language
Deepam Kapurdeepam.hashnode.net·Apr 21, 2023Why the heck Single-Threaded Redis is Lightning fast? Beyond In-Memory Database LabelDid you know that Redis can handle up to 500,000 SET and GET operations per second on a single CPU core? This is due to its efficient in-memory data structures and single-threaded architecture. Redis is a highly popular open-source database that is w...DiscussRedis CoreRedis
CHAO DUchaodu.hashnode.net·Apr 19, 2023Jumpstarting Your Journey: An Introduction to Redis FundamentalsRedis, short for Remote Dictionary Server, is a lightning-fast, open-source, in-memory data structure store. It is often used as a database, cache, and message broker, known for its exceptional performance and flexibility. Redis supports a wide varie...Discussbackend
Abiola Fasanyaharbiola.hashnode.net·Apr 15, 2023How to Use Redis as a CacheIntroduction Caching is a technique used to speed up web applications by storing frequently accessed data in memory. Redis is an open-source key-value store that can be used as a caching mechanism for web applications. In this article, we'll explore ...DiscussHTML, data attributes, web development, front-end development, metadata, JavaScript, CSS, naming conventions, automated testing, accessibility, user experience.
Ramji Rramjourney.hashnode.net·Apr 15, 2023Exploring Your Redis Data Made Easy: A Look at the Azure Cache for Redis Extension for Visual Studio CodeAzure Cache for Redis is a managed caching service that provides a highly scalable and responsive cache for web applications. It is based on the open-source Redis in-memory data structure store and offers an easy-to-use, fully managed, and highly ava...DiscussRedis
Ramji Rramjourney.hashnode.net·Apr 14, 2023Deploying Azure Redis Cache and App Service using Terraform: A comprehensive guideIntroduction Azure Cache for Redis is a fully managed in-memory data store that provides high-performance and low-latency access to data. It is a cloud-based implementation of the popular open-source Redis cache and data structure server. Azure Cache...DiscussAzure
Trojancodetrojancode.hashnode.net·Apr 9, 2023Building Real-Time Messaging Systems in Golang with Socket.io and RedisOverview In this age of real-time applications, integrating real-time communication features has become a significant focus for many programmers. Thanks to websockets, developers can build powerful and interactive systems with ease. In this blog post...Discussgolang
Trojancodetrojancode.hashnode.net·Apr 7, 2023Using Redis with Socket.IO for Multiple Servers: A Comprehensive GuideReal-time communication has become a vital feature for modern web applications. In this tutorial, we will discuss how to use Redis with Socket.IO to manage multiple server instances and scale your real-time web application. Get ready to dive into the...Discuss·1 likeRedis
Jeroen Reijnjreijn.hashnode.net·Apr 5, 2023Lessons learned from picking the right Java driver for Amazon ElastiCache for Redis - Part 2In part one of this series we looked at Jedis as the Java-based Redis driver when used in combination with ElastiCache for Redis in clustered mode. We learned that during a failover Jedis takes some time to figure out what the new primary is before i...Discuss·28 readsAWS
Pathan Salman KhanforGeekyAnts Tech Bloghysterical-ambition-request-53.hashnode.net·Mar 30, 2023Introduction to Dapr: Part-3Before continuing any further, it is recommended that you read the second part of the series on Introduction to Dapr, as it covers information on different forms of communication and how services are called. PubSubis a way to connect with other servi...Discuss·32 readsdapr