HackerTrans
TopNewTrendsCommentsPastAskShowJobs

leibale1998

no profile record

comments

leibale1998
·3 anni fa·discuss
1. node-redis or ioredis? If you are using a "modern IDE" (VS Code/WebStorm/any IDE with support for TS language server) you should get autocomplete for all the commands (in both of them).

2. The `@redis/search` package extends `@redis/client` with support for all RediSearch commands (you should get autocomplete for all RediSearch commands as well). If you want to get the "whole in one" package (support for redis vanilla + all redis modules) you can use the `redis` package instead.

3. Can you please share the command you are trying to run?

BTW, these examples might help:

1. https://github.com/redis/node-redis/blob/master/examples/sea...

2. https://github.com/redis/node-redis/blob/master/examples/sea...

3. Checkout `redis-om` https://github.com/redis/redis-om-node/tree/main