Click here to Skip to main content
15,861,125 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 

10 Aug 2022 by Aleksandr Ulanov
Learn how to use Redis and its geospatial indexes and commands for complex geo calculations
30 Jan 2024 by KimJohnson
.NET Redis container and strongly typed data objects
3 Feb 2016 by Jonathan Cardy
Account of why and how I have written an open-source library for caching Redis data within a .NET client.
16 Jan 2016 by Najeeb Shaikh
Unlike SQL databases, Redis does not support querying by columns natively, which means that you have to maintain your own indexes. As it turns out, Redis provides a rich set of data types to the programmer to ease this task.
20 Dec 2017 by Garbel Nervadof
Creating a very simple console chat app using C# (.NET Core) and Redis pub/sub feature, just with 55 lines of code
28 Mar 2018 by Afzaal Ahmad Zeeshan
How to build an app with chat capability using Azure Redis cache
30 Jan 2024 by José Cintra
IoT architecture proposal for sensor data acquisition modules using the REDIS database and the GO language
17 Dec 2014 by wliao
Implementing an auto completion feature with Redis, NodeJS and jQuery
18 Nov 2014 by Mack Ait-Aoudia
Introduction to Redis for performance
11 Apr 2015 by Micha C
This is about creating a single page web site using an ASP.NET Web API Service which stores the data via Cache Manager.
21 May 2015 by Vladimir Dorokhov
Development cross platform Chrome Application for Azure developers.
23 Apr 2016 by Prasoon Madnawat
This articles describes how to write a caching solution using Redis on .NET platform.
30 Mar 2019 by setevoy4
Redis replication setup example with a basic Master-Slave replication and Redis Sentinel
2 Oct 2019 by Eduard Silantiev
Deep refactoring and refinement of ASP.NET Core WEB API application code
2 Oct 2019 by Eduard Silantiev
Using various approaches to increase ASP.NET Core WEB API application's productivity
23 Nov 2022 by alirıza adıyahşi
Creating a web farm on Docker container using redis, haproxy and abp module zero core template
16 Oct 2015 by Fiyaz Hasan
Creating local server farm with IIS to test out Redis session storing functionality in a ASP.NET web application.
25 Aug 2016 by david.ribeiro
A small set of C# classes/projects that create a simple cache component that interacts with Redis
22 Nov 2019 by John-ph
A simple way to design queue based messaging solution in .NET Core to solve complex problems
3 Aug 2021 by Yaseer Mumtaz
ASP.NET Core Microservices With Angular 11 Front End, API Gateway, Redis and SQL Server