Closed HilkopterBob closed 5 hours ago
redis supports hash maps, enabling us to dump a struct with arbitrary fields and types under one key (eg. user id) and retrieving one, some, all fields with said key. Redis also supports "reverse lookups", finding a key to a value in hash maps, eg. getting the user id from an associated email. https://redis.io/docs/latest/develop/data-types/hashes/
We are going to use redis as DB - this has been discussed in private conversation
We will use valkey as database, see #136
Redis offers speed, persistence, speed and much more
what do ou think @Kartoffel096