Momento Node.js SDK
Welcome to the Momento Node.js SDK documentation!
The Momento node.js SDK is available via the npm package @gomomento/sdk
.
The source code can be found on github: momentohq/client-sdk-javascript.
Requirements
- Node version 14 or higher is required.
- A Momento Auth Token is required; you can get one from the Momento Web Console.
Resources
- Node.js SDK Cheat Sheet
- Node.js SDK Examples: working example projects that illustrate how to use the Node.js SDK
- Node.js SDK Observability: Logging and Client-side Metrics with the Node.js SDK
- COMING SOON: Taking your code to prod: Configuration and Error handling in the Node.js SDK
Integrations
- Redis Compatibility Client for
@redis/client
- a drop-in replacement that allows you to use Momento Cache with your existing@redis/client
code! See also our Redis Client Compatibility page. - Redis Compatibility Client for
ioredis
- a drop-in replacement that allows you to use Momento Cache with your existingioredis
code! See also our Redis Client Compatibility page.