warp-contracts-redis

JSON →
library 0.4.2 ·javascript
verified Jun 7, 2026

Redis-backed SortKeyCache implementation for Warp Contracts (Arweave smart contracts). Version 0.4.2 is the latest stable release, targeting Node.js >=16.5. This package provides an online caching alternative to local caches, with a managed mode that delegates connection lifecycle to the user, solving issues with repeated open/close calls. It uses Lua scripts for atomic operations and supports prefix-based key isolation. Ships TypeScript types.