Use new Redis migration hash in Liquor Cabinet itself

This commit is contained in:
Garret Alfert 2016-09-07 18:13:52 +02:00
parent 710657748b
commit 74428408b1

View File

@ -399,7 +399,7 @@ module RemoteStorage
end
def container_migration(user)
redis.get("rs:container_migration:#{user}")
redis.hget("rs:container_migration", user)
end
def default_headers