An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# tstl-redis

> type definitions for redis script or function to use with typescript-to-lua

[![npm version](https://img.shields.io/npm/v/tstl-redis.svg?style=flat-square)](https://www.npmjs.com/package/tstl-redis)
[![npm downloads](https://img.shields.io/npm/dm/tstl-redis.svg?style=flat-square)](https://www.npmjs.com/package/tstl-redis)
[![npm license](https://img.shields.io/npm/l/tstl-redis.svg?style=flat-square)](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