StackExchange/StackExchange.Redis

Option to create RedisKey from ReadOnlyMemory<byte>

jsbeanapps opened this issue · 1 comments

I'd love to have the option to create RedisKeys from ReadOnlyMemory so we don't need to allocate an extra object on the heap every time a key is created. I do understand that there could occur some challenges in an async environment, if the key is disposed before it's used, but maybe there's a solution for that?