Commit Graph

11 Commits

Author SHA1 Message Date
Olle Jonsson 6c08d848ad
docs: Repair Markdown markup (#63)
Some Markdown was not rendered, due to being mixed with regular HTML tags. Now separated.
2022-05-31 17:22:25 +03:00
Ryan Russell 9e258de236
Improve readability (#52)
Signed-off-by: Ryan Russell <ryanrussell@users.noreply.github.com>
2022-05-30 21:45:45 +03:00
Roman Gershman 776276ccd4
Add more benchmarks to README (#44) 2022-05-29 17:47:34 +03:00
Roman Gershman 46929e9c52
Update README: add benchmarks (#43) 2022-05-27 16:15:12 +03:00
Roman Gershman 5ad6352ad7 Update dashtable doc 2022-05-23 19:41:55 +03:00
Roman Gershman 166ca73559 Rdb save opens file for writes in direct mode. More work on dashtable docs 2022-05-22 22:34:05 +03:00
odedponcz 869cd19897
Fixit (#39)
* Add more documentation about dashtable. Tune expiry heuristics a bit

* Minor lang change

* minor lng changes

Co-authored-by: Roman Gershman <romange@gmail.com>
2022-05-22 09:46:49 +03:00
Roman Gershman 3717079172 Add more tests 2022-05-21 21:45:41 +03:00
Roman Gershman c7d1893478 Add more documentation about dashtable. Tune expiry heuristics a bit 2022-05-21 20:35:19 +03:00
Roman Gershman 997d2dcb69 more work on rdb load.
1. Added support of loading of compressed strings.
2. Verified we load expiry info.
3. Extended supported expiry period to 4 years (previously I set 1 year).
2022-04-13 10:50:19 +03:00
Roman Gershman d5cea3f5f3 robustness fixes plus improve support for auxillary commands so we could run tcl tests.
GETRANGE - fix out of bounds bug.
Add a decorator for "config get"
Add a decorator for "function flush"
2022-04-03 22:55:56 +03:00