We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea3583f + f53506f commit 35b5554Copy full SHA for 35b5554
scripts/clear_cache.rb
@@ -1 +1,4 @@
1
-Rails.cache.delete_matched 'network/*'
+Rails.cache.delete_matched 'network/*'
2
+RequestContext.redis.keys('*pinned_links').each do |key|
3
+ RequestContext.redis.del(key)
4
+end
0 commit comments