Releases: haraka/haraka-plugin-redis
Releases · haraka/haraka-plugin-redis
2.0.7
2.0.6
2.0.5
2.0.4
style: make redis_ping async function (#37)
2.0.3
2.0.0
1.0.13
- 50ecf0c add redis service to master workflow
- da5ba6a release 1.0.13 (#30)
- 2458117 switch CI to GitHub Actions
- af1bc26 Merge pull request #28 from haraka/v1.0.12
- 11cf531 update appveyor run line
- aa8cd76 release 1.0.12
- fe02b26 ci test: drop node 6, add node 12
- f9eeb0a Merge pull request #21 from haraka/shared-handle
- 0185979 test message improvements
- f5d05d0 improved shared handle criteria
- a5ef1a0 Merge pull request #20 from haraka/18-config-opts
- 9f58e2b test: merges redis.ini [opts] into plugin config
- ab3bdf8 README: tell to add config options in plugins [redis]
- ddc725f add missing [server] in redis.ini
- 81907d8 Changes formatting
- ebe2374 Changes formatting
- 70fbd9a apply all opts to [server] config
- d3d8a04 Merge pull request #17 from haraka/v1.0.9
- 1e7750b revert chaining of final function
- 989c9bb another es6 string template
- ac4c807 improve connection failure handling
- 72989ea Merge pull request #15 from haraka/greenkeeper/update-to-node-10
- 26fb90d Update to node 10 in .travis.yml
- 246791e Merge pull request #13 from haraka/redis-disconnect
- e227c15 es6: use arrow functions, improved syntax
- a1041a0 see also #2
- b72b668 upon punsubscribe,
quit()
(disconnect) redis client - 597255a Merge pull request #12 from haraka/eslint-no-var
- 3c71abc eslint no-var updates
- 78c895d Merge pull request #10 from haraka/node4
- 2473b81 replace node 4 with node 8 testing
- 5430a87 Merge pull request #7 from haraka/redis-pubsub-password
- fc9a3a7 version bump 1.0.7
- 43aa47a use node 6 on appveyor
- f21b808 copy opts into pubsub config
- e46eb5b Merge pull request #5 from haraka/3-eslint4-compat
- e6e59b4 update for compat with eslint 4
- c7e18b4 Merge pull request #2 from haraka/1955-redis-sub-lingerers
- fa4eca3 upon unsubscribing, close redis client
- 2c2fdc3 remove retry_strategy, release 1.0.4
- b4a0be8 better fix for unset properties in tests
- 4967493 update Appveyor badge URL
- f3d16e1 dont break when no [redis] config exists
- 0fe7ec8 url fix
- 143bd1e appveyor, codeclimate, and badges
- 3d5b48d dev: depend on eslint-plugin-haraka
- ec8f976 Merge pull request #1 from haraka/greenkeeper/initial
- 324aa79 add redis-server to travis config
- ccd2059 docs(readme): add Greenkeeper badge
- a51e6e9 imported from Haraka
- 1d323cc Initial commit