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.

Deleting code

Removed the Redis dependency to simplify local setup and deployment. - jeffwweee/devspace