class ActiveSupport::Cache::RedisCacheStore

def cleanup(options = nil)

least-frequently-used expiry, so manual cleanup is not supported.
Removes expired entries. Handled natively by Redis least-recently-/

Cache Store API implementation.
def cleanup(options = nil)
  super
end