if you ever think you're a bad programmer

you're not using redis as a persistent database glares at misskey

@niko the hell wrong with that?
@comsey @niko its an in memory database meant to be used as a transient cache. it is NOT meant to be used as a persistent db
@CauseOfBSOD @niko it’s in-memory and it’s key-value database that can be persistent, it was created as a database and not as a caching solution in the first place. It has use cases beyond just caching