The problem/use-case that the feature addresses
Currently, this interface requires a ValkeyModuleString, this is not always a convenient format, requiring a memory allocation/free and copy of the key to be consumed.
Description of the feature
A variant of this interface that takes a data pointer and len as parameters.
Alternatives you've considered
Going slow.
Additional information
Any additional information that is relevant to the feature request.