https://github.com/nodecraft/spawnpoint-redis
Redis Plugin for Spawnpoint
https://github.com/nodecraft/spawnpoint-redis
redis spawnpoint
Last synced: 3 months ago
JSON representation
Redis Plugin for Spawnpoint
- Host: GitHub
- URL: https://github.com/nodecraft/spawnpoint-redis
- Owner: nodecraft
- License: mit
- Created: 2015-12-21T05:03:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-15T16:01:54.000Z (over 1 year ago)
- Last Synced: 2025-09-27T07:55:39.030Z (7 months ago)
- Topics: redis, spawnpoint
- Language: JavaScript
- Homepage: https://github.com/nodecraft/spawnpoint
- Size: 333 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spawnpoint-redis
[Redis](https://redis.io/) Plugin for [Spawnpoint](https://github.com/nodecraft/spawnpoint) on NPM.
[](https://badge.fury.io/js/spawnpoint-redis)
[](https://david-dm.org/nodecraft/spawnpoint-redis)
[](https://github.com/nodecraft/spawnpoint-redis/actions?workflow=Test)
[](https://greenkeeper.io/)
## API
This api is mounted at `app.redis` as a [ioredis](https://github.com/luin/ioredis) object. Please check the project documentation for more details for usage.
### Config `redis.json`
Config is mirrored to match the expected config for [ioredis](https://github.com/luin/ioredis/blob/master/API.md#new-redisport-host-options).