06.05.2021, 07:22
Use this, change IP addresses in the storage keys as needed.
Code:
oldkey = 'app:alerts:192.168.1.1'
newkey = 'app:alerts:192.168.1.2'
data = storage.get(oldkey)
storage.set(newkey, data)