1. 29 Jun, 2017 3 commits
  2. 10 May, 2017 1 commit
  3. 05 Apr, 2017 1 commit
  4. 29 Nov, 2016 1 commit
  5. 26 Nov, 2016 1 commit
  6. 25 Nov, 2016 4 commits
  7. 26 Aug, 2016 3 commits
  8. 26 Jul, 2016 1 commit
  9. 11 Jun, 2016 3 commits
  10. 02 Jun, 2016 1 commit
  11. 01 Jan, 2016 1 commit
  12. 16 Jul, 2015 1 commit
  13. 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
  14. 25 Jun, 2015 1 commit
  15. 10 Jan, 2015 4 commits
  16. 09 Jan, 2015 1 commit
  17. 06 Dec, 2014 1 commit
  18. 17 Nov, 2014 1 commit
  19. 03 Nov, 2014 1 commit
  20. 21 Oct, 2014 1 commit
  21. 22 Sep, 2014 1 commit
  22. 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
  23. 08 Sep, 2014 1 commit
  24. 04 Sep, 2014 1 commit
  25. 28 Jan, 2014 3 commits
  26. 27 Jan, 2014 1 commit