mmkal / handy-redis

A wrapper around node_redis with Promise and TypeScript support.
Apache License 2.0
172 stars 10 forks source link

Add scan return type #294

Closed mmkal closed 3 years ago

mmkal commented 3 years ago

Give an explicit type to SCAN and related commands.

Fixes #288