Redis + RedisGraph support for kwerc.
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.
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
- Better RedisGraph output formatting
- RediSearch support
Non-graph Redis is mostly untested.
kwerc-redis is distributed under the ISC license. See LICENSE for details.