Skip to content

Files

Latest commit

 

History

History
79 lines (66 loc) · 3.65 KB

README.md

File metadata and controls

79 lines (66 loc) · 3.65 KB

thin-redis

Redis/Valkey client for Node.js and Cloudflare Workers.

  • Modular design: choose which commands you need
  • Impeccable TypeScript support
  • Runtime type validation with @sinclair/typebox
  • Install @arrowood.dev/socket for Node.js support
  • Binary values with sendRaw
  • Secure connection with TLS and Authentication
  • RESP2 parser / serializer

Supported features

Most commands are not implemented yet.

Supported features include:

Commands

Contributions welcome! Only the commands I've needed so far are implemented.

Thanks

This package is a fork of redis-on-workers by @kane50613.

License

MIT