Skip to content

Introduction

Caching plays a crucial role in optimizing the performance of web applications by storing frequently accessed data in a fast data store.

Sails Stash offers a streamlined API across multiple cache backends like Redis, empowering you to harness their lightning-fast data retrieval capabilities and speed up your Sails web application.

Installation

To get started with Sails Stash, simply run the following command in your Sails applications

sh
npm i sails-stash

Supported stores

Follow the instructions below to setup your preferred cache backend with Sails Stash and start harnessing the performance benefits of caching in your Sails apps:

  • Redis
  • Memcached coming soon

Star the repo ⭐

Star the Sails Stash repo on GitHub ⭐

If you like Sails Stash, show it some love with a star on GitHub.

All open source projects are released under the MIT License.