Skip to content

Commit

Permalink
feat: bump deps and sanitize clientId in redis keys (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme authored May 20, 2022
1 parent b8b534a commit 5bdd2aa
Show file tree
Hide file tree
Showing 5 changed files with 121 additions and 82 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ See [aedes-persistence][aedes-persistence] for the full API, and [Aedes][aedes]
npm install aedes aedes-persistence-redis --save
```

## Upgrade

Please check [UPGRADE.md](UPGRADE.md) when upgrading from a previous version.

## API

### aedesPersistenceRedis([opts])
Expand Down
6 changes: 6 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Upgrade

## x.x.x to 9.x.x
The database schema has changed between 8.x.x to 9.x.x.

Start with a clean database if you migrate from x.x.x to 9.x.x
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
"release-it": "^15.0.0",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tape": "^4.15.1"
"tape": "^5.5.3"
},
"dependencies": {
"aedes-cached-persistence": "^8.1.1",
"aedes-cached-persistence": "^9.0.0",
"hashlru": "^2.3.0",
"ioredis": "^5.0.4",
"ioredis": "^5.0.5",
"msgpack-lite": "^0.1.26",
"pump": "^3.0.0",
"qlobber": "^7.0.0",
Expand Down
Loading

0 comments on commit 5bdd2aa

Please sign in to comment.