diff --git a/src/StackExchange.Redis/README.md b/src/StackExchange.Redis/README.md new file mode 100644 index 000000000..9cc0fe157 --- /dev/null +++ b/src/StackExchange.Redis/README.md @@ -0,0 +1,6 @@ +StackExchange.Redis is a high-performance RESP (Redis, etc) client for .NET, available under the MIT license. + +- Release notes: [https://stackexchange.github.io/StackExchange.Redis/ReleaseNotes](https://stackexchange.github.io/StackExchange.Redis/ReleaseNotes) +- NuGet package: [https://www.nuget.org/packages/StackExchange.Redis/](https://www.nuget.org/packages/StackExchange.Redis/) +- General docs: [https://stackexchange.github.io/StackExchange.Redis/](https://stackexchange.github.io/StackExchange.Redis/) +- Code: [https://github.com/StackExchange/StackExchange.Redis/](https://github.com/StackExchange/StackExchange.Redis/) \ No newline at end of file diff --git a/src/StackExchange.Redis/StackExchange.Redis.csproj b/src/StackExchange.Redis/StackExchange.Redis.csproj index 53b1542c3..17e34eab9 100644 --- a/src/StackExchange.Redis/StackExchange.Redis.csproj +++ b/src/StackExchange.Redis/StackExchange.Redis.csproj @@ -12,6 +12,7 @@ true $(DefineConstants);VECTOR_SAFE $(DefineConstants);UNIX_SOCKET + README.md @@ -28,6 +29,8 @@ + +