pushed
jeffwweee/devspace • 9:21 AM - Mar 3, 2026
The Dev Workspace gateway no longer relies on Redis to run, officially removing ioredis from the project. Previously, the database was used to store basic session context, but it has now been replaced entirely by file-based memory persistence. This makes the local environment much easier to launch without needing to manage a background database service.

