Git Product home page Git Product logo

redis-inside's Introduction

   

Redis Inside

Project dead / looking for maintainer

Since no one is porting redis to windows anymore this project needs to change direction towards linux/osx, looking for anyone interested

Run integration tests against Redis without having to start/install an instance.

Redis inside works by extracting the Redis executable to a temporary location and executing it. Internally it uses Redis for windows ported by MS Open Tech.

How to

Launch a Redis instance from just by creating a new instance of Redis. After that the node name and port can be acceessed from the node-property:

using (var redis = new Redis())
{
    // connect to redis.Endpoint here
}

Each instance will run on a random port so you can even run multiple instances:

using (var redis1 = new Redis())
using (var redis2 = new Redis())
{
    // connect to two nodes here
}

Install

Simply add the Nuget package:

PM> Install-Package redis-inside

Requirements

You'll need .NET Framework 4.5.1 or dotnet core 2.0 or later on 64 bit Windows to use the precompiled binaries.

License

Redis Inside is licensed under the two clause BSD license. Redis is copyrighted by Salvatore Sanfilippo and Pieter Noordhuis and released under the terms of the three clause BSD license.

redis-inside's People

Contributors

chrnola avatar naile avatar poulfoged avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.