momentohq / client-sdk-java

Official Java SDK for Momento Serverless Cache
Apache License 2.0
13 stars 5 forks source link

feat: add byte array for list methods on the list name #392

Closed malandis closed 2 weeks ago

malandis commented 2 weeks ago

Adds various overloads for cache listFetch, listConcatenateFrontByteArray, and listRetain for the listName as a byte array.

rishtigupta commented 2 weeks ago

lgtm! Do we want a case where we have byte[] listname and string[] values for apis like listConcatenate ?