serenity
serenity copied to clipboard
Disk storage and real transactions under Redis compatible protocol.
Hi, I have some practical cases that I implement using Redis with limited success due to lack of transaction support. # UC 1: Personal properties User can track her own...
@pmwkaa FYI, your repo has been featured today on @CodeHuntIO http://codehunt.io/sub/serenity/ **TL;DR** Code Hunt helps programmers discover and discuss awesome code. This pull-request adds a "vote" badge to your README.md:...
Hi everyone, This is an open discussion about features and commands that would be nice to have next in Serenity. So, here are some ideas: **Storage procedures** - JavaScript instead...
``` Endpoint#write *1 $4 info Redis#write $2688 # Storage info sophia.version = 1.2.3 sophia.build = 59ff278 sophia.error = sophia.path = ./serenity_db sophia.path_create = 1 memory.limit = 10737418240 memory.used = 0...
Why does Serenity have its own `BEGIN`, `COMMIT`, and `ROLLBACK` commands for transactions? Why not copy Redis's [existing transaction semantics](http://redis.io/topics/transactions)?
Please extend the documentation or at least provide a list of available redis commands - it is unclear if serenity provides a subset of redis comands or implements all of...