Add module data-type support for COPY. (#8112)
This adds a copy callback for module data types, in order to make modules compatible with the new COPY command. The callback is optional and COPY will fail for keys with data types that do not implement it.
Please register or sign in to comment