Skip to content

Commit

Permalink
Add C# clients (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland committed Dec 2, 2020
1 parent 2157919 commit 682a5ba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/clients.md
Expand Up @@ -19,6 +19,9 @@ The full functionality of RedisGraph is available through `redis-cli` and the Re
| [redisgraph-ex][redisgraph-ex-url] | Elixir | MIT | [crflynn][redisgraph-ex-author] | [![redisgraph-ex-stars]][redisgraph-ex-url] |
| [redisgraph-rs][redisgraph-rs-url] | RUST | MIT | [malte-v][redisgraph-rs-author] | [![redisgraph-rs-stars]][redisgraph-rs-url] |
| [redis_graph][redis_graph-url] | RUST | BSD | [tompro][redis_graph-author] | [![redis_graph-stars]][redis_graph-url] |
| [NRedisGraph][NRedisGraph-url] | C# | BSD | [tombatron][NRedisGraph-author] | [![NRedisGraph-stars]][redis_graph-url] |
| [RedisGraphDotNet.Client][RedisGraphDotNet.Client-url] | C# | BSD | [Sgawrys][RedisGraphDotNet.Client-author] | [![RedisGraphDotNet.Client-stars]][RedisGraphDotNet.Client-url] |


[redisgraph-py-author]: https://redislabs.com
[redisgraph-py-url]: https://github.com/RedisGraph/redisgraph-py
Expand Down Expand Up @@ -72,6 +75,14 @@ The full functionality of RedisGraph is available through `redis-cli` and the Re
[redis_graph-url]: https://github.com/tompro/redis_graph
[redis_graph-stars]: https://img.shields.io/github/stars/tompro/redis_graph.svg?style=social&label=Star&maxAge=2592000

[NRedisGraph-author]: https://github.com/tombatron
[NRedisGraph-url]: https://github.com/tombatron/NRedisGraph
[NRedisGraph-stars]: https://img.shields.io/github/stars/tombatron/NRedisGraph.svg?style=social&label=Star&maxAge=2592000

[RedisGraphDotNet.Client-author]: https://github.com/Sgawrys
[RedisGraphDotNet.Client-url]: https://github.com/Sgawrys/RedisGraphDotNet.Client
[RedisGraphDotNet.Client-stars]: https://img.shields.io/github/stars/Sgawrys/RedisGraphDotNet.Client.svg?style=social&label=Star&maxAge=2592000


## Implementing a client

Expand Down

0 comments on commit 682a5ba

Please sign in to comment.