taoensso / carmine

Redis client + message queue for Clojure
https://www.taoensso.com/carmine
Eclipse Public License 1.0
1.16k stars 131 forks source link

Support commands in RediSearch, RedisJSON, RedisTimeSeries, RedisBloom #293

Closed zerg000000 closed 7 months ago

zerg000000 commented 7 months ago

Just curious about whether is there any interest in adding support to RediSearch, RedisJSON, RedisTimeSeries, RedisBloom?

ptaoussanis commented 7 months ago

@zerg000000 Hi Albert!

Carmine already supports arbitrary Redis commands (including commands for any installed modules) via the redis-call command.

Hope that helps?

ptaoussanis commented 7 months ago

BTW I've just added a mention of Redis modules to the redis-call docstring to make it clearer that it's applicable there too 👍