Skip to content

emschwartz/redis-lua-types

Repository files navigation

redis-lua-types

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.

Caveats

  • 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!)

Contributing

PRs are welcome to add support for other Redis commands!

About

Type definitions for Redis Lua scripts for use with TypeScriptToLua

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published