Comment on Show HN: Zedis – A Redis clone I'm writing in ZigparentComments−johnisgood11moThen lists, sets, zsets, bitfields, streams, geospatial indexes, hyperloglog / bloom filters, time series.I mean, I have my own C libraries for most of these!−dns_snek11moIn Redis those operations are performed server-side, on a shared dataset, and concurrently by many clients.
Comments
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.