1. 29 Nov, 2016 1 commit
  2. 26 Nov, 2016 1 commit
  3. 25 Nov, 2016 4 commits
  4. 26 Aug, 2016 3 commits
  5. 26 Jul, 2016 1 commit
  6. 11 Jun, 2016 3 commits
  7. 02 Jun, 2016 1 commit
  8. 01 Jan, 2016 1 commit
  9. 16 Jul, 2015 1 commit
  10. 02 Jul, 2015 1 commit
    • Jeromy's avatar
      add in support for batched writes · e1ecea90
      Jeromy authored
      implement batch ops for different datastore types
      
      rename Transaction to Batch
      
      Revert "add in support for batched writes"
      
      add in benchmarks for put and batchput
      
      move batching into separate interface
      
      address concerns from PR
      
      regrab old code
      e1ecea90
  11. 25 Jun, 2015 1 commit
  12. 10 Jan, 2015 4 commits
  13. 09 Jan, 2015 1 commit
  14. 06 Dec, 2014 1 commit
  15. 17 Nov, 2014 1 commit
  16. 03 Nov, 2014 1 commit
  17. 21 Oct, 2014 1 commit
  18. 22 Sep, 2014 1 commit
  19. 21 Sep, 2014 1 commit
    • Brian Tiger Chow's avatar
      feat(interface) add ThreadsafeDatastore interface · c4c2b1bc
      Brian Tiger Chow authored
      ThreadsafeDatastore declares a datastore thread-safe by extending the
      Datastore interface.
      
      Callers who desire thread-safety may use this interface to assure that
      the datastores they use provide this property.
      
      Datastore implementers may satisfy the ThreadsafeDatastore interface
      by defining the no-op method `IsThreadSafe()`
      c4c2b1bc
  20. 08 Sep, 2014 1 commit
  21. 04 Sep, 2014 1 commit
  22. 28 Jan, 2014 3 commits
  23. 27 Jan, 2014 2 commits