DEV: Fix implementation for DiscourseRedis#exists.

This commit is contained in:
Guo Xiang Tan
2020-06-01 13:11:06 +08:00
parent 00aab49829
commit 389bdcf5ab
2 changed files with 5 additions and 4 deletions

View File

@ -88,7 +88,6 @@ describe DiscourseRedis do
end
end
# Remove when this has been upstreamed in https://github.com/redis/redis-rb/pull/911
describe '.exists' do
it 'should return false when key is not present' do
expect(Discourse.redis.exists('test')).to eq(false)