]> Entropealabs - cluster_kv.git/shortlog
cluster_kv.git
2020-03-08 Christophersimplify batch for now
2020-03-08 Christopherremove logging
2020-03-08 Christopherstart cluster after ring is up
2020-03-08 Christopherproper array preprend
2020-03-08 Christopherproper return from init_node info handler
2020-03-08 Christopherrevert json changes
2020-03-08 Christopheronly send init_node message on first start
2020-03-08 Christophersend :init_node message to peers when node is ready...
2020-03-08 Christopheradd logging around info event
2020-03-08 Christopherlogging around sending batches
2020-03-08 Christopheradd logging arounf node choice and batching
2020-03-08 Christopheruse saame redistribution for node up and down
2020-03-08 Christopherdifference, not intersection...
2020-03-08 Christopherdon't wait for quorum to accept batch requests
2020-03-08 Christopherjust insert
2020-03-08 Christopherjust insert
2020-03-08 Christopherhandle upsert edge-case
2020-03-08 Christopherwhen no value exists check if it's list, and if it...
2020-03-08 Christopherrebalance cluster when nodes go up and down
2020-03-08 Christopherremove logging
2020-03-08 Christopherupsert on batch
2020-03-08 Christopherremove unused argument
2020-03-08 Christopheradd batch endpoint
2020-03-08 Christopherdefault timeouts for calls
2020-03-08 Christopherremove logging
2020-03-08 Christopherclean up interfaces
2020-03-07 Christopherinitial wildcard support, it ain't pretty...
2020-03-07 Christopherinitial wildcard support, it ain't pretty...
2020-03-07 Christopheruse prefix, not key, for looking for a prefix
2020-03-07 Christophermore logging around sync messages
2020-03-07 Christopheruse send instead of cast for sync messages
2020-03-07 Christopheradd logging around sending keys to replicas
2020-03-07 Christopheralways use a random node for gets
2020-03-07 Christopheronly get frmo one node
2020-03-07 Christopherget values in stream
2020-03-07 Christopherget values in stream
2020-03-07 Christopherseparate stream from sync
2020-03-07 Christopherdatabase streaming and syncing
2020-03-07 Christophersend correct node for response
2020-03-07 Christophermove to ets tables
2020-03-07 Christopherrename variable
2020-03-07 Christopherpass correct node to prefix lookups
2020-03-07 Christopheradds prefix lookup
2020-03-07 Christopherremove get logging
2020-03-06 Christopheradd some logging for get requests
2020-03-06 Christopheruse local node if available for gets
2020-03-06 Christopherinitial commit