litert/redis.js

The "exists" method need to support for multiple "keys".

yunbookf opened this issue · 1 comments

In the Redis document, the "exists" method supports multiple "keys" and returns "number", but not support in the @litert/redis current version. The current version can only refer to a single "key".

thx.

Added in v1.2.0.