https://github.com/magicdawn/tstl-redis
type definitions for redis script or function to use with typescript-to-lua
https://github.com/magicdawn/tstl-redis
Last synced: 3 months ago
JSON representation
type definitions for redis script or function to use with typescript-to-lua
- Host: GitHub
- URL: https://github.com/magicdawn/tstl-redis
- Owner: magicdawn
- License: mit
- Created: 2022-11-27T09:00:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T13:32:26.000Z (over 3 years ago)
- Last Synced: 2025-01-17T10:13:06.954Z (over 1 year ago)
- Language: TypeScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tstl-redis
> type definitions for redis script or function to use with typescript-to-lua
[](https://www.npmjs.com/package/tstl-redis)
[](https://www.npmjs.com/package/tstl-redis)
[](http://magicdawn.mit-license.org)
## Install
```sh
$ pnpm add -D tstl-redis
```
## Usage
tsconfig.json
```json
{
"compilerOptions": {
"types": ["tstl-redis"]
}
}
```
## Changelog
[CHANGELOG.md](CHANGELOG.md)
## License
the MIT License http://magicdawn.mit-license.org