Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Tips and Tricks

Jake Gaylor edited this page Apr 21, 2015 · 1 revision

How to clear the datasources cache, atomically, without bothering anything else in redis

redis-cli EVAL "return redis.call('del', unpack(redis.call('keys', ARGV[1])))" 0 datasource:*

Clone this wiki locally