danitseitlin / redis-modules-sdk-ts

A Software development kit for easier connection and execution of Redis Modules commands.
Apache License 2.0
185 stars 29 forks source link

(FT.SEARCH): TypeError: Cannot read property 'send_command' of undefined #200

Closed madskunker closed 2 years ago

madskunker commented 2 years ago

Redisearch: Running command FT.SEARCH with arguments: resIdx,'@checkInDate:[0 1641034800] @checkOutDate:[1638374400 9999999999]' Error: Redisearch class (FT.SEARCH): TypeError: Cannot read property 'send_command' of undefined at Redisearch.handleError (/src/basin_container/node_modules/redis-modules-sdk/lib/modules/module.base.js:87:19) at Redisearch. (/src/basin_container/node_modules/redis-modules-sdk/lib/modules/module.base.js:76:29) at Generator.next ()

The FT.Search command is correct and can run via cli

TIA

Jeff