Skip to content

Redis/Valkey client for Node.js and Cloudflare Workers

License

Notifications You must be signed in to change notification settings

alloc/thin-redis

Repository files navigation

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.