Commit Graph

111 Commits

Author SHA1 Message Date
Josh Baker 6249481c29
Update README.md 2018-05-03 09:43:07 -07:00
Josh Baker 847243a6cf
Fix code formatting 2018-05-03 09:42:12 -07:00
Josh Baker 75d89283d5 Added comment about Nearby dist param
closes #31
2018-04-30 04:50:00 -07:00
Josh Baker 6c62c87570
Update README.md 2018-04-30 04:40:01 -07:00
Josh Baker 5ea07edd0a Merge branch 'master' of https://github.com/quackingduck/buntdb into quackingduck-master 2018-04-30 04:27:06 -07:00
Josh Baker cd4f5a9b05 Merge branch 'dc0d-onexpiredsync-01' 2018-03-15 17:57:49 -07:00
dc0d 9962a94df0 adding OnExpiredSync callback 2018-03-04 12:00:42 +03:30
Josh Baker 2da7c10668
Update README.md 2018-01-12 16:41:09 -07:00
Josh Baker 0a064e7588 Nearby operation (kNN) 2018-01-12 16:38:11 -07:00
Myles Byrne e8211f89e6 Make indentation consistent 2017-11-28 12:07:28 -08:00
Myles Byrne 271124b361 Typo. I think 2017-11-28 11:53:46 -08:00
Myles Byrne 8c7c9dd49c Typo: name -> age 2017-11-28 11:47:27 -08:00
Myles Byrne 210a7b9c1f Whitespace and indentation 2017-11-28 11:44:29 -08:00
Myles Byrne ddd47a11c9 Typo 2017-11-28 11:38:51 -08:00
Myles Byrne a290e7e5a5 Trailing whitespace removed by editor 2017-11-28 11:37:21 -08:00
Josh Baker b67b1b8c16 Added AscendEqual and DescendEqual
AscendEqual and DescendEqual return only the items that equal
a specified value.

Closes #26
2017-08-24 07:40:00 -07:00
Josh Baker 83418750ee markdown formatting fix 2017-03-22 07:35:28 -07:00
Josh Baker a5a570e3c8 markdown formatting fix 2017-03-22 07:35:17 -07:00
Josh Baker 74dc10171b exported Begin/Commit/Rollback, fixes #16 2016-12-02 09:37:38 -07:00
Josh Baker 45a5b3e4d2 Merge pull request #17 from funkyboy/patch-1
Fix a typo
2016-11-27 05:34:12 -07:00
Cesare 38c8376b45 Fix a typo
Fix a typo
2016-11-16 11:05:59 +01:00
Josh Baker ea417217de Update README.md 2016-11-11 12:01:50 -07:00
Josh Baker 5dfaf014e9 Update README.md 2016-11-10 09:58:04 -07:00
Josh Baker 27d3577d74 added case-insensitive matching for indexes, fixes #14 2016-10-14 10:29:34 -07:00
Josh Baker 68706df6a5 go lint/vet fixes 2016-10-06 11:32:22 -07:00
Josh Baker be5b9f115e added grect lib 2016-10-06 07:16:32 -07:00
Josh Baker 6dbb18799b updated buffer writing 2016-10-02 07:14:14 -07:00
Josh Baker f6366c8b4b custom expired config event 2016-09-30 16:59:57 -07:00
Josh Baker 454b94d04a transactional indexes 2016-09-29 15:54:51 -07:00
Josh Baker 6cd540fffb added GetLess and GetRect tx functions 2016-09-05 14:29:50 -07:00
Josh Baker 301cfc2ead more comments 2016-09-03 12:25:30 -07:00
Josh Baker 813541b8cb json collation 2016-09-03 11:00:34 -07:00
Josh Baker c3fbd8b1d2 more tests 2016-09-03 10:14:09 -07:00
Josh Baker 070a433b9e Talk about Collation 2016-09-02 19:49:05 -07:00
Josh Baker b559e28540 added DeleteAll function 2016-09-02 19:19:17 -07:00
Josh Baker d570a6fba9 Return error when mutating during iteration. Fixes #12 2016-09-02 10:05:14 -07:00
Josh Baker 2d071d5cbe replace indexes 2016-09-02 06:19:50 -07:00
Josh Baker 7cc7ccf899 key pattern iteration 2016-08-30 11:58:39 -07:00
Josh Baker 74368e4f86 import match package 2016-08-30 07:21:50 -07:00
Josh Baker c5d75aaa71 unicode wildcard patterns 2016-08-29 18:45:29 -07:00
Josh Baker 476d80b512 Merge branch 'master' of https://github.com/tidwall/buntdb 2016-08-28 17:35:56 -07:00
Josh Baker 9f0b48341d Load and Save for :memory: databases 2016-08-28 17:35:46 -07:00
Josh Baker 988f04f74d added config section 2016-08-23 09:16:01 -07:00
Josh Baker 7fb2c48afb track ttl between database reopens, fixes #11 2016-08-23 08:09:19 -07:00
Josh Baker 93cc8f3fcb load performance boost 2016-08-23 07:23:02 -07:00
Josh Baker 4b91c891c4 removed iterator type 2016-08-19 12:03:20 -07:00
Josh Baker 066fbb7901 descending indexes 2016-08-19 11:56:43 -07:00
Josh Baker 18e872e092 replaced bufferedwriter with bytes.buffer 2016-08-19 10:06:03 -07:00
Josh Baker 9301f51db3 fixed set return value 2016-08-18 13:21:46 -07:00
Josh Baker 1daaa16172 multi value indexes 2016-08-18 09:08:30 -07:00