lujiajing1126 / redis-cli

A Redis-Cli Tool written in typescript for terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work with modules

stockholmux opened this issue · comments

Module commands are not recognized even if the module is installed. Example:

In this module:

127.0.0.1:6379> FT.SEARCH permits "car" LIMIT 0 0
(error) ft.search is not supported

In real redis-cli:

127.0.0.1:6379> FT.SEARCH permits "car" LIMIT 0 0
1) (integer) 139

You can have a try with latest version on master