FaasJS
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文

Documents / @faasjs/redis / setJSON

Function: setJSON()

setJSON<TResult>(key, value, options?): Promise<TResult>

Type Parameters

TResult

TResult = void

Parameters

key

string

value

any

options?

SET

Returns

Promise<TResult>