redis / ioredis

🚀 A robust, performance-focused, and full-featured Redis client for Node.js.
MIT License
14.45k stars 1.2k forks source link

Is this JSON support via RedisJSON from redislabs available in this client? #1031

Open xtianus79 opened 4 years ago

xtianus79 commented 4 years ago

If not how would you use raw queries to access the JSON module loaded?

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 7 days if no further activity occurs, but feel free to re-open a closed issue if needed.

xtianus79 commented 4 years ago

this isn't stale but the answer is to use send_command() when using a cluster or single node.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 7 days if no further activity occurs, but feel free to re-open a closed issue if needed.

xtianus79 commented 4 years ago

Why was this closed?

luin commented 4 years ago

Sorry for the late response. Is this issue duplicated with https://github.com/luin/ioredis/issues/525?

xtianus79 commented 4 years ago

@luin Yes it is a bit of a duplicate but If anything there should be an update to the documentation about the redis.call() support. And, a lot of functionality is lost such as typing if that is not added.