Tedis is a Redis client for Node.js and browser that leverages TypeScript and async/await for type-safe, promise-based interactions. Current stable version is 0.1.12 with low release cadence. It differentiates itself by supporting both Redis and ioredis protocol with full TypeScript types. Key features include automatic reconnection, pipelining, and cluster support. However, it is not widely adopted and may lack recent updates.
npm install tedisNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects to Redis, sets and gets a key, then closes the connection.
Use a different client if you need Redis 6 ACL auth.
Use a bundler with Node polyfills or use in Node.js environment only.
Always use `new Tedis({...})`Start Redis server or check connection configuration.
Use 'new Tedis(...)' or correct import: `import { Tedis } from 'tedis'`Install globally: `npm install -g tedis` or ensure PATH includes npm global directory.
No dependency data recorded yet.