- 04 Oct, 2018 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
We can also add this as an extension but it's simple enough I'd like to add it directly to the Datastore. Use-case: The blockstore now has a GetSize and bitswap uses it for packing multiple blocks into a single message. Unfortunately, this means that bitswap is now calling blockstore.GetSize which calls datastore.Get which tends to be more expensive than datastore.Has.
-
- 27 Sep, 2018 1 commit
-
-
Raúl Kripalani authored
Allow ds.NewTransaction() to return an error
-
- 24 Sep, 2018 2 commits
-
-
Raúl Kripalani authored
-
Raúl Kripalani authored
-
- 14 Sep, 2018 2 commits
-
-
Raúl Kripalani authored
Add support for querying entry expiration
-
Raúl Kripalani authored
-
- 12 Sep, 2018 1 commit
-
-
Raúl Kripalani authored
-
- 15 Aug, 2018 1 commit
-
-
Steven Allen authored
improve testing
-
- 14 Aug, 2018 16 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
bigs authored
Add TTL and Transactional interfaces
-
Cole Brown authored
-
Cole Brown authored
-
Cole Brown authored
-
Cole Brown authored
This reverts commit 8cca1683a03aace2013e48679302100b3580d2ca.
-
Cole Brown authored
-
Cole Brown authored
-
Cole Brown authored
-
Cole Brown authored
-
Cole Brown authored
-
- 13 Aug, 2018 3 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
None of our actual datastores support any other types and the cast noise gets really annoying after a while.
-
- 07 Aug, 2018 2 commits
-
-
Steven Allen authored
return ErrNotFound from the NullDatastore instead of nil, nil
-
Steven Allen authored
-
- 13 Jul, 2018 1 commit
-
-
Steven Allen authored
switch to google's uuid library
-
- 12 Jul, 2018 1 commit
-
-
Steven Allen authored
-
- 15 Mar, 2018 4 commits
-
-
Steven Allen authored
implement DiskUsage for the rest of the datastores
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
- 27 Feb, 2018 1 commit
-
-
Hector Sanjuan authored
-
- 21 Feb, 2018 1 commit
-
-
Hector Sanjuan authored
Feat: import utility datastores from whyrusleeping repos
-
- 16 Feb, 2018 2 commits
-
-
Hector Sanjuan authored
-
-