Is it possible to send arbitrary commands to Redis using ioredis for Node JS?
For example, I'm using the new RediSearch module, and want to create an index using the command:
FT.CREATE test SCHEMA title TEXT WEIGHT 5.0
How would I send this command using ioredis?