962 Forks
6898 Stars
6898 Watchers

redis

Native port of Redis for Windows. Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs. This repository contains unofficial port of Redis to Windows.

How to download and setup redis

Open terminal and run command
git clone https://github.com/tporadowski/redis.git
git clone is used to create a copy or clone of redis repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with redis https://github.com/tporadowski/redis/archive/master.zip

Or simply clone redis with SSH
[email protected]:tporadowski/redis.git

If you have some problems with redis

You may open issue on redis support forum (system) here: https://github.com/tporadowski/redis/issues