Skip to main content
The Redis resource creates a persistent virtual filesystem backed by Redis. It supports full read and write operations.

Config

Keys are stored as:
  • {prefix}file:{path} - file content (raw bytes)
  • {prefix}dir - Redis set of directory paths
  • {prefix}modified:{path} - modification timestamps

Filesystem Layout

The filesystem is fully user-defined - create any directory structure with mkdir, touch, tee, etc. Example:

Cache

Index TTL is 0 - always reads fresh state from Redis.

Example

Shell Commands