- 12 Jul, 2018 1 commit
-
-
Georgios Bitzes authored
-
- 02 Jul, 2018 2 commits
-
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
- 29 Jun, 2018 1 commit
-
-
Georgios Bitzes authored
The lease commands are to be timestamped by the server, not the client. Let's just pretend to sneaky clients that timestamped lease commands simply do not exist.
-
- 27 Jun, 2018 1 commit
-
-
Georgios Bitzes authored
Just because we can. :P An automated client should never need to call this.
-
- 22 Jun, 2018 1 commit
-
-
Georgios Bitzes authored
DEL would iterate over the contents of the DB, not the contents of the staging area. (pending changes + DB) A transaction with the following commands was able to trip an assert and cause a crash: - HSET hash f1 v1 - HSET hash f2 v2 - DEL hash Since DEL was only able to scan fewer elements than the size of the key descriptor (due to not having "hash#f1" and "hash#f2" in the main DB yet), it would detect something was wrong and assert. Has never happened so far, but it's only a matter of time.
-
- 20 Jun, 2018 1 commit
-
-
Georgios Bitzes authored
To be used with leases.
-
- 19 Jun, 2018 1 commit
-
-
Georgios Bitzes authored
-
- 18 Jun, 2018 1 commit
-
-
Georgios Bitzes authored
-
- 15 Jun, 2018 1 commit
-
-
Georgios Bitzes authored
-
- 11 Jun, 2018 1 commit
-
-
Georgios Bitzes authored
-
- 08 Jun, 2018 3 commits
-
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
- 29 May, 2018 1 commit
-
-
Georgios Bitzes authored
-
- 18 May, 2018 1 commit
-
-
Georgios Bitzes authored
-
- 17 May, 2018 2 commits
-
-
Georgios Bitzes authored
-
Georgios Bitzes authored
Could come in handy for debugging.
-
- 16 May, 2018 3 commits
-
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
- 15 May, 2018 1 commit
-
-
Georgios Bitzes authored
-
- 14 May, 2018 3 commits
-
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
- 26 Mar, 2018 1 commit
-
-
Georgios Bitzes authored
-
- 16 Mar, 2018 1 commit
-
-
Georgios Bitzes authored
-
- 15 Mar, 2018 1 commit
-
-
Georgios Bitzes authored
-
- 12 Mar, 2018 1 commit
-
-
Georgios Bitzes authored
-
- 07 Mar, 2018 2 commits
-
-
Georgios Bitzes authored
Massive improvement in write performance, reaching 60kHz with Raft
-
Georgios Bitzes authored
-
- 22 Feb, 2018 1 commit
-
-
Georgios Bitzes authored
-
- 12 Feb, 2018 2 commits
-
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
- 08 Feb, 2018 1 commit
-
-
Georgios Bitzes authored
-
- 10 Jan, 2018 1 commit
-
-
Georgios Bitzes authored
-
- 22 Dec, 2017 1 commit
-
-
Georgios Bitzes authored
-
- 19 Dec, 2017 2 commits
-
-
Georgios Bitzes authored
-
Georgios Bitzes authored
-
- 08 Dec, 2017 1 commit
-
-
Georgios Bitzes authored
-