Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 887 Bytes

README.md

File metadata and controls

61 lines (40 loc) · 887 Bytes

kwerc-redis

Redis + RedisGraph support for kwerc.

Installation

Throw *.es in kwerc/es/.

In kwerc/es/kwerc.es, replace:

. ./auth.es

with:

. ./redis.es
. ./rgauth.es

Add the REDISCLI_* configuration from config.example to your kwerc config.

Usage

redis 'some redis command'

redis graph read 'some redisgraph command'
redis graph write 'some redisgraph command'

some_command < redis:some_key
some_command > redis:some_key
some_command >> redis:some_key

cat redis:some_key
test -e redis:some_key
rm redis:some_key

Coming Soon(tm)

  • Better RedisGraph output formatting
  • RediSearch support

Disclaimer

Non-graph Redis is mostly untested.

Contact

[email protected]

License

kwerc-redis is distributed under the ISC license. See LICENSE for details.