Metadata >> NuGet >> Redis2Go

Redis2Go

Metadata

Authors Josh Sim
Copyrights Copyright © Joshscorp 2015
Description Easily spin up Redis instances for integration tests
LicenseUrl https://github.com/Joshscorp/Redis2Go/blob/master/LICENSE
Owners Josh Sim
ProjectUrl https://github.com/Joshscorp/Redis2Go
RequireLicenseAcceptance False
Summary .Net Redis Runner Utility mainly used for integration tests
Dependencies Redis-32:2.6.12.1
Title Redis2Go
PackageSize 24243
PackageHashAlgorithm SHA512
PackageHash NVlBl0HPWcD/DyRoOO9J868dfg5v3THjGpmwMaQQbftdRLvPFqrapmCpY/Rh8oFs7KeEkKUj7lGAg79FTgLHFA==
DownloadCount 000000
CreatedDate 2015-02-22T13:42:33

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Redis2Go -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Redis2Go -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Redis2Go
Installing the package (HTTP Basic authentication):
Install-Package Redis2Go -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Redis2Go -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Redis2Go

OpenWrap

Installing the package:
o add-wrap Redis2Go
Uninstalling the package:
o remove-wrap Redis2Go

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
0.1.0.0