Skip to content
Snippets Groups Projects
  1. May 04, 2018
  2. May 03, 2018
  3. May 02, 2018
  4. May 01, 2018
  5. Apr 30, 2018
  6. Apr 29, 2018
  7. Apr 28, 2018
  8. Apr 27, 2018
  9. Apr 26, 2018
    • Eugen Rochko's avatar
      Add entity cache (#7271) · a872392c
      Eugen Rochko authored
      * Add entity cache
      
      Use a caching layer for mentions and custom emojis that are
      dynamically extracted from text.
      
      Reduce duplicate text extractions
      
      * Fix code style issue
      a872392c
    • Eugen Rochko's avatar
      Add support for separate Redis for cache (#7272) · 63553c6b
      Eugen Rochko authored
      * Add support for separate Redis for cache
      
      CACHE_REDIS_URL to allow using a different Redis server for cache
      purposes, with cache-specific configuration such as key eviction
      
      * Fix code style issues
      63553c6b
Loading