Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

noordwind/Collectively.Tools.RedisSync

Repository files navigation

Collectively


Branch Build status
master master branch build status
develop develop branch build status

Let's go for the better, Collectively​​.

Collectively is an open platform to enhance communication between counties and its residents​. It's made as a fully open source & cross-platform solution by Noordwind.

Find out more at becollective.ly

Collectively.Tools.RedisSync

The Collectively.Tools.RedisSync is a console application which synchronizes the Redis cache using Storage Service database.

Quick start

In order to run the Collectively.Tools.RedisSync you need to have installed:

Clone the repository and start the application using the following commands:

git clone https://github.com/noordwind/Collectively.Tools.RedisSync
cd src/Collectively.Tools.RedisSync
dotnet restore --source https://api.nuget.org/v3/index.json --source https://www.myget.org/F/collectively/api/v3/index.json --no-cache
dotnet run --no-restore

Once executed, you should see the Redis cache filled with the data.

Configuration

Please edit the appsettings.json file in order to use the custom application settings.

Tech stack

  • .NET Core - an open source & cross-platform framework for building applications using C# language.

Solution structure

  • Collectively.Tools.RedisSync - core and executable project via dotnet run --no-restore command.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published