Hi! Long time no see. Hope your summer is going well.
I'm Anton, Go developer and SQLite enthusiast. I work on open source and blog about programming.
You're receiving this email because you subscribed to my updates at antonz.org/subscribe. If you'd like to unsubscribe, use the link at the bottom of this email.
Since the last issue, I continued working on Redka — Redis re-implemented with SQLite. With strings, lists, sets, hashes and sorted sets implemented, Redka is now functionally ready for 1.0. Feel free to try it in non-critical production scenarios and provide feedback in the issues.
Speaking of SQLite, I've published more short notes about handy SQLite features you might not know about: generated columns, secure delete and delete limit.