alepha@docs:~/docs/reference/providers$
cat BunRedisProvider.md1 min read
Last commit:
#BunRedisProvider
#Import
typescript
1import { BunRedisProvider } from "alepha/redis";
#Overview
Bun Redis client provider using Bun's native Redis client.
This provider uses Bun's built-in RedisClient class for Redis connections,
which provides excellent performance (7.9x faster than ioredis) on the Bun runtime.