Use new Redis migration hash in Liquor Cabinet itself
This commit is contained in:
parent
710657748b
commit
74428408b1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user