This is a work-in-progress set of TypeScript definitions for Redis scripts for use with TypeScriptToLua.
TypeScriptToLua makes it easier to write and maintain Lua scripts by compiling them from TypeScript.
- Some commands are not available in all versions of Redis. Currently, these type definitions do not differentiate features available in specific versions.
- The type definitions are based on reading the Redis command docs. They have not all been tested so it is possible that some may have incorrect return types. (If you find such a bug, please submit a PR to fix it!)
PRs are welcome to add support for other Redis commands!