Releases: moscajs/aedes-persistence-redis
Releases · moscajs/aedes-persistence-redis
Release 11.2.2
v11.2.1
Release 11.2.0
Release 11.1.1
Release 11.1.0
- feat: replace KEYS() by SCAN() (#122) (71a5d1f)
- fix: serialize test files (#121) (5696245)
- feat: use callbackPersistence and promisifiedPersistence (#120) (9515b8b)
- chore: async persistence (#118) (970ef93)
- fix: restructure tests and fix cluster error (#117) (30b165b)
- docs: fix workflow status badge (#116) (5a7e729)
Release 11.0.1
Release 11.0.0
Release 10.0.0
BREAKING CHANGE: For users using this module with CLUSTERS the db schema has changed for retained messages. There is a migration available in migrations.js named from9to10 that can be used to move all db to the new format. Also, if you are passing a conn to options (that is using clusters) now you also have to set cluster : true in options. To make this change back compatibile and faster in non cluster envs that option is used in order to use a different set of operations that only works in cluster envs