Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / database / Redis

Redis

Redis

Great Reads

by DaShaun Carter
Azure Cache for Redis Enterprise has been in preview since October 2020 and has already been adopted by multiple organizations. App developers who want to take familiar Redis caching and data to the next level will also want to get their hands on this fully managed Azure native service.
by david.ribeiro
A small set of C# classes/projects that create a simple cache component that interacts with Redis
by Yaseer Mumtaz
ASP.NET Core Microservices With Angular 11 Front End, API Gateway, Redis and SQL Server
by Fiyaz Hasan
Creating local server farm with IIS to test out Redis session storing functionality in a ASP.NET web application.

Latest Articles

by DaShaun Carter
Azure Cache for Redis Enterprise has been in preview since October 2020 and has already been adopted by multiple organizations. App developers who want to take familiar Redis caching and data to the next level will also want to get their hands on this fully managed Azure native service.
by david.ribeiro
A small set of C# classes/projects that create a simple cache component that interacts with Redis
by Yaseer Mumtaz
ASP.NET Core Microservices With Angular 11 Front End, API Gateway, Redis and SQL Server
by Fiyaz Hasan
Creating local server farm with IIS to test out Redis session storing functionality in a ASP.NET web application.

All Articles

Sort by Score

Redis 

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.
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.
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.
by setevoy4
The redis-py library and work with Redis Sentinel from Python
by Kevin Mack
Cost projections and figuring out gross margin in cloud computing
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.
by Mohammad Nasirifar
Ways to overcome simple annoying problems that arise while writing code by writing tests
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.
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
by Kevin Mack
What kinds of things should I avoid, or remove from my applications to improve my position moving forward
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.