Use shorter Redis key for dir backend config
rsc:db:username instead of rs_config:dir_backend:username
This commit is contained in:
@@ -57,7 +57,7 @@ class Migrator
|
||||
end
|
||||
|
||||
def set_directory_backend(backend)
|
||||
redis.set("rs_config:dir_backend:#{username}", backend) unless dry_run
|
||||
redis.set("rsc:db:#{username}", backend) unless dry_run
|
||||
end
|
||||
|
||||
def work_on_dir(directory, parent_directory)
|
||||
|
||||
Reference in New Issue
Block a user