Ask a question to get started
Enter to send•Shift+Enter new line
Put an item with optional indexing configuration and TTL.
put( namespace: string[], key: string, value: Record<string, unknown>, index: false | string[], options: __type ): Promise<void>
namespace
string[]
key
string
value
Record<string, unknown>
index
false | string[]
options
__type