Skip to content

Commit

Permalink
chore: add getBatch and setBatch to language support api matrix (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
anitarua authored Feb 28, 2024
1 parent 172aeed commit 2439f0e
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,15 @@ const CACHE_API_GROUPS: Array<ApiGroup> = [
{
groupName: 'Scalars',
groupDescription: 'A matrix of SDK support for Momento scalar APIs',
apis: ['get', 'set', 'delete', 'setIfNotExists', 'increment'],
apis: [
'get',
'set',
'delete',
'setIfNotExists',
'increment',
'getBatch',
'setBatch',
],
},
{
groupName: 'Lists',
Expand Down

0 comments on commit 2439f0e

Please sign in to comment.