Skip to content
Snippets Groups Projects
  1. Oct 16, 2015
    • Vermaat's avatar
      Merge pull request #93 from mutalyzer/reconfigure-redis · 4e4798c5
      Vermaat authored
      Create new Redis connection when REDIS_URI changes
      4e4798c5
    • Vermaat's avatar
      Create new Redis connection when REDIS_URI changes · f56cbbda
      Vermaat authored
      When the REDIS_URI configuration setting is changed, the Redis
      client should be reconfigured with a new connection pool, just
      like we do with the database.
      
      It appears redis-py manages the connection pool by itself and
      doesn't expose ways to explicitely destroy it or close all
      connections (this is done automatically when all connections
      loose scope).
      
      This fix ensures that the unit tests don't accidentally work on
      the Redis database configured in MUTALYZER_SETTINGS, which was
      quite an unfortunate bug.
      f56cbbda
  2. Oct 14, 2015
  3. Oct 13, 2015
  4. Oct 10, 2015
  5. Oct 01, 2015
  6. Sep 30, 2015
  7. Sep 27, 2015
Loading