@userappstore/storage-redis

Use Redis as storage for Dashboard

Usage no npm install needed!

<script type="module">
  import userappstoreStorageRedis from 'https://cdn.skypack.dev/@userappstore/storage-redis';
</script>

README

Redis Storage for Dashboard

Install this module to use Redis for data storage.

You will need to launch with additional configuration variables:

STORAGE_ENGINE=@userappstore/storage-redis REDIS_URL=redis://localhost:6379

To test this module use Dashboard's test suite configured with this storage engine.