redis-inside 3.0.300-beta1

This is a prerelease version of redis-inside.
There is a newer version of this package available.
See the version list below for details.
dotnet add package redis-inside --version 3.0.300-beta1
NuGet\Install-Package redis-inside -Version 3.0.300-beta1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="redis-inside" Version="3.0.300-beta1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add redis-inside --version 3.0.300-beta1
#r "nuget: redis-inside, 3.0.300-beta1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install redis-inside as a Cake Addin
#addin nuget:?package=redis-inside&version=3.0.300-beta1&prerelease

// Install redis-inside as a Cake Tool
#tool nuget:?package=redis-inside&version=3.0.300-beta1&prerelease

Start Redis from .NET for integration tests. Contains redis runtime embedded in the dll.
     The nuget-version follows the Redis version - last digit may change for other reasons.

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.3.0 130,769 6/14/2018
3.2.100 32,459 12/1/2016
3.0.504 1,233 12/1/2016
3.0.503 1,087 12/1/2016
3.0.502 1,094 12/1/2016
3.0.501 27,820 1/16/2016
3.0.500 1,810 12/9/2015
3.0.300-beta1 1,176 10/15/2015
3.0.300-alpha3 1,276 9/21/2015
2.8.2400 1,347 2/4/2016
2.8.2101.5 17,831 9/21/2015
2.8.2101.4 1,364 9/21/2015
2.8.2101.3 1,402 9/21/2015
2.8.2101.2 1,379 9/21/2015
2.8.2101.1 1,402 9/20/2015
2.8.2101 1,560 9/16/2015
0.0.0 1,473 9/21/2015

3.0.300-beta1 Beta 1 of Redis
3.0.300-alpha3 Alpha version of the Windows version of Redis
2.8.2101.5 Turned off memory-mapped file
2.8.2101.4 New cleanup moved to experimental
2.8.2101.3 Reversed change to cleanup - was causing build errors
2.8.2101.2 Namespace was wrong - copy-paste error
2.8.2101.1 Fixed a problem with dispose causing resharper test-runner to hang
2.8.2101.0 Initial release