Click here to Skip to main content
15,885,366 members
Everything / Database Development / Redis

Redis

Redis

Great Reads

by Aleksandr Ulanov
Learn how to use Redis and its geospatial indexes and commands for complex geo calculations
by KimJohnson
.NET Redis container and strongly typed data objects
by Jonathan Cardy
Account of why and how I have written an open-source library for caching Redis data within a .NET client.
by Matthew Dennis
A Redis Client written from the ground up using System.IO.Pipelines, Span, etc

Latest Articles

by Gerardo Recinto
Scaleable Objects Persistence, a Micro Service companion database engine, i.e., a code library
by José Cintra
IoT architecture proposal for sensor data acquisition modules using the REDIS database and the GO language
by KimJohnson
.NET Redis container and strongly typed data objects
by Gerardo Recinto
Scaleable objects persistence, ACID transaction adapter

All Articles

Sort by Score

Redis 

8 Sep 2022 by Taiseer Joudeh
Part 1 of a 10 post tutorial where we will build a full microservices app using Dapr and then deploy it to Azure Container Apps
13 Feb 2019 by Philipp_Engelmann
With IoT (Internet of Things) on the rise and hardware getting cheaper and cheaper, it's a great time to explore the possibilities this new technology provides.
12 Mar 2020 by Kevin Mack
What kinds of things should I avoid, or remove from my applications to improve my position moving forward
24 Nov 2021 by Arctype SQL
There are three major types of database models in use today. Learn about their differences and what applications they are good for.
28 Aug 2015 by Cybermaxs
Last time, I explored how to store time series in Microsoft Azure Table Service. This time I’ll do the same but in Redis. It’s is a very popular key-value store (but not only) and I highly encourage you to review it if you still don’t know it.
4 Jan 2018 by Philipp_Engelmann
In this short tutorial, I want to show you how to set up a simple Redis instance using Docker Compose. We will connect to it and test it using Python and the redis package.
25 Jan 2018 by Philipp_Engelmann
How to set up and deploy web applications using Flask and Redis on the Backend, and ReactJS on the Frontend. Using Docker Compose, it will be very easy to start, debug and deploy this application.
29 Mar 2019 by setevoy4
In this post – some quick overview, a brief explanation about differences in Redis data storage, topology examples. In short terms but with links to detailed documentation and other useful posts on other resources.
3 Apr 2019 by setevoy4
The redis-py library and work with Redis Sentinel from Python
1 Jun 2020 by Mohammad Nasirifar
Ways to overcome simple annoying problems that arise while writing code by writing tests
14 Apr 2020 by Kevin Mack
Cost projections and figuring out gross margin in cloud computing