Skip to content

This project is an API designed to demonstrate the basic usage of in-memory cache and Redis. The project includes functionalities such as establishing a Redis connection, storing data in Redis, and caching in memory.

Notifications You must be signed in to change notification settings

Yesarib/CacheRedisApp

Repository files navigation

CacheRedisApp

This project is an API designed to demonstrate the basic usage of in-memory cache and Redis. The project includes functionalities such as establishing a Redis connection, storing data in Redis, and caching in memory.

Getting Started

First, clone this project to your machine:

git clone https://github.com/Yesarib/CacheRedisApp.git 

When you run Redis server, edit the following fields.

 "CacheOptions": {
    "Url": "localhost:6379"
  },

These fields contain the connection information needed to communicate with the Redis server. Update the url field according to your own Redis server information.

About

This project is an API designed to demonstrate the basic usage of in-memory cache and Redis. The project includes functionalities such as establishing a Redis connection, storing data in Redis, and caching in memory.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages