improvment(sockets): migrate to redis (#3072)

* improvment(sockets): migrate to redis

* remove random error code

* improve typing

* use native api

* fix bugbot comments

* bugbot comment

* fix more bugbot cleanup comments

* null cursor

* fix

* cleanup code

* fix bugbot comments
This commit is contained in:
Vikhyath Mondreti
2026-01-30 09:47:15 -08:00
committed by GitHub
parent f718079593
commit b0fbf3648d
29 changed files with 1794 additions and 969 deletions

View File

@@ -44,6 +44,10 @@ spec:
env:
- name: DATABASE_URL
value: {{ include "sim.databaseUrl" . | quote }}
{{- if .Values.app.env.REDIS_URL }}
- name: REDIS_URL
value: {{ .Values.app.env.REDIS_URL | quote }}
{{- end }}
{{- range $key, $value := .Values.realtime.env }}
- name: {{ $key }}
value: {{ $value | quote }}