You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the a concise description and fill out the details below. It will help others efficiently understand your request and get to an answer instead of repeated back and forth. Providing a minimal, complete and verifiable example will further increase your chances that someone can help.
Steps for Reproduction
I have the following setup. A marshaler => metric cache => cache with rueidis as the store. When setting a value, it throws out error interface conversion: interface {} is []uint8, not string. Digging into the code and found the rueidis store is trying to convert the input to a string.
Please describe the a concise description and fill out the details below. It will help others efficiently understand your request and get to an answer instead of repeated back and forth. Providing a minimal, complete and verifiable example will further increase your chances that someone can help.
Steps for Reproduction
I have the following setup. A marshaler => metric cache => cache with rueidis as the store. When setting a value, it throws out error
interface conversion: interface {} is []uint8, not string
. Digging into the code and found the rueidis store is trying to convert the input to a string.I'm with gocache/store/rueidis/[email protected] at the moment. But I see
6177036c32a70117ce1cec95275edcb0b96d195e
fixes this for me.Expected behavior:
Expect it to have no error with marshaller.
Actual behavior:
interface conversion: interface {} is []uint8, not string
Platforms:
mac & linux
Versions:
4.1.6
The text was updated successfully, but these errors were encountered: