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
However, since the type returned by GetBatch is not a pointer, it seems that I need to use case responses.GetBatchSuccess instead. This behavior differs from other APIs where the handling is done with pointers.
I have noticed the same behavior with SetBatch as well.
When handling the results after calling
(momento.CacheClient) GetBatch
, I attempted to handle it as follows:However, since the type returned by
GetBatch
is not a pointer, it seems that I need to usecase responses.GetBatchSuccess
instead. This behavior differs from other APIs where the handling is done with pointers.I have noticed the same behavior with
SetBatch
as well.client-sdk-go/momento/get_batch.go
Line 83 in a8f5e04
client-sdk-go/momento/set_batch.go
Line 85 in a8f5e04
The text was updated successfully, but these errors were encountered: