Skip to content
Snippets Groups Projects
  1. Jun 30, 2016
  2. Jun 29, 2016
  3. Jun 22, 2016
  4. Jun 21, 2016
  5. Jun 17, 2016
  6. Jun 16, 2016
  7. May 31, 2016
  8. May 30, 2016
  9. May 29, 2016
  10. May 27, 2016
  11. May 25, 2016
  12. May 23, 2016
  13. May 22, 2016
  14. 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
  15. May 18, 2016