RediSearch / JRediSearch

Java Client for RediSearch
https://redisearch.io
BSD 2-Clause "Simplified" License
141 stars 62 forks source link

is there a commands.json file for redissearch? #120

Closed zcaudate closed 3 years ago

zcaudate commented 4 years ago

I'm looking for a data file of the commands that can be parsed. Is there one available?

gkorland commented 4 years ago

There is no such file, what are you need it for?

zcaudate commented 4 years ago

I'm implementing a redis client base on a stripped down version of on https://github.com/ptaoussanis/carmine and https://github.com/wallrat/labs-redis-clojure - both libraries parse the commands.json to generate the actual functions. I'd like to use that approach as well if possible for implementing command sets for redis modules.

gkorland commented 4 years ago

You are welcome to open such a PR

sazzad16 commented 3 years ago

Closed due to inactivity.