Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In rare circumstances, the Squirro caches may become stale. If and when this happens, please involve Squirro Support, as this is considered a bug.

...

  • db7: the query cache, which stores the full query responses. Updating this cache can be disabled by using theĀ update_cache option in the item query API call.
  • db9: the generic HTTP cache which is used to cache internal calls to the various internal web services.

Flush Cache (Squirro 2.4.6 and newer)

To flush the caches, restart redis-server-cache:

Code Block
languagebash
# In the case of CentOS 6 / RHEL 6, run:
monit restart redis-server-cache


# In the case of CentOS 7, run:
systemctl restart redis-server-cache

Flush Cache (Squirro 2.4.5 and older)

To flush a cache, connect to Redis and specify a password, then select the right database, and then flush the cache.

...