Skip to content

Terminal extra commands

COPY key destination


Copy a key into destination key. Available to Redis 2.6.0 instances.

Copy uses dump and restore underneath thus the expire information is not copied. An error will be raised if destination already exists.

Feedback and Knowledge Base