> Then lists, sets, zsets, bitfields, streams, geospatial indexes, hyperloglog / bloom filters, time series.

I mean, I have my own C libraries for most of these!

In Redis those operations are performed server-side, on a shared dataset, and concurrently by many clients.