Implement Command

Add a new Redis command (or command variant) to node-redis end-to-end — the `<NAME>.ts` Command file, its registration with JSDoc in the package `commands/index.ts`, and a co-located `<NAME>.spec.ts` with arg + behavior tests. Use when asked to implement, add, or wire up a Redis command in the client or a module package (json/search/bloom/time-series).

redis b189541 2 files · 17.0 KB Updated

File contents

redis/node-redis/tree/main/.agents/skills/implement-command commit b189541810

Frequently asked questions

npx skillmds@latest add redis/implement-command