• D
    Redis fetch without names returns {} · 5e216674
    David Verhasselt 提交于
    When trying to call mget in Redis without any
    parameters, a Redis error is thrown. To avoid
    this, we circumvent Redis entirely when there
    are no key names given.
    5e216674
redis_cache_store.rb 16.0 KB