718 Commits (1d403c0d1a32e815485256ecd99b25040d16e73a)
 

Author SHA1 Message Date
Sayan Nandan e23cd5ffcd
Update version and labels 4 years ago
Sayan Nandan 00730ee9d4
Fix wrong length in pre-compiled responses
Length of "Unknown action" should be 14 and not 15
4 years ago
Sayan Nandan e0baf0ac8d
Classify `fresp`s and `group`s 4 years ago
Sayan Nandan d8408a45cd
Bump up version 4 years ago
Sayan Nandan eee6ddbd45
Fix precompiled responses 4 years ago
Sayan Nandan a8be841237
Add description of actions 4 years ago
Sayan Nandan b9d059b510
Advance the buffer instead of clearing it 4 years ago
Sayan Nandan faa0a1386b
Fix size check operator in read_query 4 years ago
Sayan Nandan de6f39df4b
Add support for integers 4 years ago
Sayan Nandan 6b2d603618
Fix buffer not being flushed 4 years ago
Sayan Nandan faaaf79bd8
Make `exists` return the number of keys that exist 4 years ago
Sayan Nandan a5d121c767
Make `update` accept single key/value pairs only 4 years ago
Sayan Nandan 167a9dcaab
Add `mupdate` query 4 years ago
Sayan Nandan 5bc7a60c06
Make `del` return the number of keys deleted 4 years ago
Sayan Nandan f214d38e4a
Make `mset` return the number of keys set 4 years ago
Sayan Nandan de1e8e9e87
Fix parser tests 4 years ago
Sayan Nandan e49df70aef
Update license headers 4 years ago
Sayan Nandan 43f9bc83f7
Fix buffer being advanced to a pos larger than len 4 years ago
Sayan Nandan 96a29d6b6c
Fix all data in the buffer being discarded 4 years ago
Sayan Nandan a8fe1a77ef
Upgrade benchmarks 4 years ago
Sayan Nandan f80911e4c1
Added `MGET` and `MSET` queries 4 years ago
Sayan Nandan c11290c620
Impl `Display` for `DataGroup` in cli 4 years ago
Sayan Nandan bbd94e50ba
Fix `proc_query` in `cli` generating wrong length 4 years ago
Sayan Nandan 2e4e9f662a
Fix parsing of sizes greater than 9 4 years ago
Sayan Nandan c5c9709e9b
Upgrade `cli` to use the new protocol 4 years ago
Sayan Nandan 819a6030b0
Use timeout for the background thread to start 4 years ago
Sayan Nandan a29831d7ab
Improve testing 4 years ago
Sayan Nandan 12634858c0
Add automated tests for `get` queries 4 years ago
Sayan Nandan 004c6d0e21
Add automated test for `heya` queries 4 years ago
Sayan Nandan 8446b3ffae
Enable actions to be executed in `queryengine` 4 years ago
Sayan Nandan b15fda9d65
Upgrade `set` and `update` to use the new protocol 4 years ago
Sayan Nandan e65ee21f82
Upgrade `get` to the new protocol 4 years ago
Sayan Nandan c6f2504b30
Fix comment for the `Writable` trait 4 years ago
Sayan Nandan f9d5b94d31
Upgrade `del` and `exists` to use the new protocol 4 years ago
Sayan Nandan 77db07ae63
Remove `VecWrapper` as we can use a `Vec<u8>` 4 years ago
Sayan Nandan cef28375c0
Impl Writable for `BytesWrapper` and `VecWrapper` 4 years ago
Sayan Nandan 6aee3bf5f4
Remove `libtdb` deps from `server` 4 years ago
Sayan Nandan a0ea3b6c61
Upgrade server::protocol to the new protocol 4 years ago
Sayan Nandan 59c41407b0
Fix terminal art 4 years ago
Sayan Nandan 67dc83764a
Rename `corelib` to `libtdb` 4 years ago
Sayan 96c9bf47b0
Fix doc test 4 years ago
Sayan Nandan 085a71dc3d
Add more tests to the parser 4 years ago
Sayan Nandan b641e9bf52
Add terrapipe `parser_v2` 4 years ago
Sayan Nandan d41c7c2145
Upgrade `exists` to use `ExceptFor` 4 years ago
Sayan Nandan fb3fc5d2f1
Upgrade `del` to use `ExceptFor` 4 years ago
Sayan Nandan fc3e760c9a
Stabilize "Except" response type impl 4 years ago
Sayan Nandan 817eb92661
Refactor into kvengine 4 years ago
Sayan Nandan c58c5eec71
Fix wrong error being returned in the query engine 4 years ago
Sayan Nandan 810375a9b1
Add support for multiple keys in actions 4 years ago
Sayan Nandan a8285167a8
Loop until we successfully save the data to disk 4 years ago