Skip to content

Commit 40595ca

Browse files
committed
link in the server docs
1 parent d596f47 commit 40595ca

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

StackExchange.Redis.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1313
Directory.Build.targets = Directory.Build.targets
1414
global.json = global.json
1515
NuGet.Config = NuGet.Config
16+
README.md = README.md
1617
docs\ReleaseNotes.md = docs\ReleaseNotes.md
1718
Shared.ruleset = Shared.ruleset
1819
version.json = version.json
@@ -119,6 +120,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{153A10E4-E
119120
docs\PubSubOrder.md = docs\PubSubOrder.md
120121
docs\ReleaseNotes.md = docs\ReleaseNotes.md
121122
docs\Scripting.md = docs\Scripting.md
123+
docs\Server.md = docs\Server.md
122124
docs\Testing.md = docs\Testing.md
123125
docs\ThreadTheft.md = docs\ThreadTheft.md
124126
docs\Timeouts.md = docs\Timeouts.md

docs/Server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The main redis build targets linux, so you can simply download, make, and run re
1111

1212
There are multiple ways of running redis on windows:
1313

14-
- Memurai : a fully supported, well-maintained port of redis for Windows (this is a commercial product, with a free developer version available, and free trials)
14+
- [Memurai](https://www.memurai.com/) : a fully supported, well-maintained port of redis for Windows (this is a commercial product, with a free developer version available, and free trials)
1515
- previous to Memurai, MSOpenTech had a Windows port of linux, but this is no longer maintained and is now very out of date; it is not recommended, but: [here](https://www.nuget.org/packages/redis-64/)
1616
- WSL/WSL2 : on Windows 10, you can run redis for linux in the Windows Subsystem for Linux; note, however, that WSL may have some significant performance implications, and WSL2 appears as a *different* machine (not the local machine), due to running as a VM
1717

@@ -21,7 +21,7 @@ If you are happy to run redis in a container, [an image is available on Docker H
2121

2222
## Cloud
2323

24-
If you don't want to run your own redis servers, multiple cloud offerings are available, including
24+
If you don't want to run your own redis servers, multiple commercial cloud offerings are available, including
2525

2626
- RedisLabs
2727
- Azure Redis Cache

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ PM> Install-Package StackExchange.Redis
3030
Documentation
3131
---
3232

33+
- [Server](Server) - running a redis server
3334
- [Basic Usage](Basics) - getting started and basic usage
3435
- [Configuration](Configuration) - options available when connecting to redis
3536
- [Pipelines and Multiplexers](PipelinesMultiplexers) - what is a multiplexer?

0 commit comments

Comments
 (0)