README
@deboxsoft/users-redis
A database adapter for Redis
For now
@deboxsoft/users-redisonly provide a session storage, you will need to use another connector for the user storage.
Installation
yarn add @deboxsoft/users-redis
Redis adaptor for users
<script type="module">
import deboxsoftUsersRedis from 'https://cdn.skypack.dev/@deboxsoft/users-redis';
</script>
A database adapter for Redis
For now
@deboxsoft/users-redisonly provide a session storage, you will need to use another connector for the user storage.
yarn add @deboxsoft/users-redis