agentscope-extensions-redis provides full-stack Redis distributed storage — the recommended store for multi-replica production deployments.
Dependency
One-Line Setup
Components Provided
1. RedisAgentStateStore
Agent state persisted to Redis. Supports Jedis / Lettuce / Redisson.2. RedisStore (BaseStore)
Workspace filesystem KV storage forRemoteFilesystemSpec.
put / putIfVersion use Lua scripts for atomicity.
3. RedisSnapshotSpec
Sandbox snapshots stored as Redis binary keys. Best for small workspaces + short TTL.4. RedisSandboxExecutionGuard
RedisSET NX PX lease-based distributed lock for multi-replica sandbox concurrency control.