Git Product home page Git Product logo

nredisgraph's Introduction

NRedisGraph

Build status

Overview

NRedisGraph is a series of extensions methods for the StackExchange.Redis library that will enable you to interact with the Redis module RedisGraph. This is made possible by the Execute and ExecuteAsync methods already present in the StackExchange.Redis library.

The intent with this library is to duplicate the API (as much as possible) of the JRedisGraph library which extends Jedis.

Installation

PM> Install-Package NRedisGraph -Version 1.4.0

Usage

I'm assuming that you already have the RedisGraph module installed on your Redis server.

You can verify that the module is installed by executing the following command:

MODULE LIST

If RedisGraph is installed you should see output similar to the following:

1) 1) "name"
   2) "graph"
   3) "ver"
   4) (integer) 20005

(The version of the module installed on your server obviously may vary.)

Examples

In this repository there are a suite of integration tests that should be sufficent to serve as examples on how to use all supported RedisGraph commands.

Integration Tests

nredisgraph's People

Contributors

jgeyen avatar jweber avatar tombatron 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.