/redis_graph-rb

Ruby client for redisgraph

Primary LanguageRubyMIT LicenseMIT

Redis Graph Ruby client

Example:

require "redis"
redis = Redis.new

require "RedisGraph"
RedisGraph.config.redis = redis

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the RedisGraph project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.