Add optional Redis support alongside LevelDB so Interactsh can run multiple server containers behind a load balancer with shared state.
• Enable horizontal scaling and high availability (no single-node bottleneck).
• Share tokens, interaction events, and client/session metadata across instances.
• Allow autoscaling in containerized environments without sticky sessions.
• Keep LevelDB as the default; enable Redis via config (e.g., REDIS_URL, key prefix, TTLs).