feat: remove redis

This commit is contained in:
eggy 2023-08-05 18:43:50 -04:00
parent 1b0ac8d324
commit 575b97fa0c

View File

@ -72,7 +72,7 @@
tasks: ( tasks: (
"Integrated OpenTelemetry and Grafana into a Kubernetes cluster to collect traces and improve observability", "Integrated OpenTelemetry and Grafana into a Kubernetes cluster to collect traces and improve observability",
"Dynamically generated Apple Wallet URLs over Apollo Server and GraphQL for a registration ticket", "Dynamically generated Apple Wallet URLs over Apollo Server and GraphQL for a registration ticket",
"Increased API reliability with Redis Sentinel to automatically failover to backup Redis instances", "Created database tables and GraphQL resolvers to register event attendees to buses to the event",
"Slashed dev server reload time by 1500% by pre-transpiling GraphQL resolvers and offloading type-checking" "Slashed dev server reload time by 1500% by pre-transpiling GraphQL resolvers and offloading type-checking"
) )
) )