Skip to content
Snippets Groups Projects
  1. Nov 02, 2016
  2. Oct 20, 2016
  3. Sep 08, 2016
  4. Aug 11, 2016
  5. Jul 12, 2016
  6. May 20, 2016
    • Marek Vavrusa's avatar
      lib: cache api v2, removed dep on libknot db.h · e68c3a0a
      Marek Vavrusa authored
      this change introduces new API for cache backends,
      that is a subset of knot_db_api_t from libknot
      with several cache-specific operations
      
      major changes are:
      * merged 'cachectl' module into 'cache' as it is
        99% default-on and it simplifies things
      * not transaction oriented, transactions may be
        reused and cached for higher performance
      * scatter/gather API, this is important for
        latency and performance of non-local backends
        like Redis
      * faster and reliable cache clearing
      * cache-specific operations (prefix scan, ...) in
        the API not hacked in
      * simpler code for both backends and caller
      e68c3a0a
  7. May 18, 2016
  8. Dec 17, 2015
  9. Dec 10, 2015
  10. Dec 09, 2015
  11. Nov 26, 2015
  12. Nov 25, 2015
  13. Oct 22, 2015
  14. Oct 02, 2015
  15. Sep 28, 2015
  16. Sep 23, 2015
  17. Aug 20, 2015
  18. Aug 13, 2015
  19. Aug 12, 2015
  20. Aug 07, 2015