UNPKG

aerospike-session-store

Version:
28 lines (19 loc) 869 B
v0.4.0 / 2017-10-06 =================== * **New Features** * Subscribe to client connect/disconnect events [PR #9](https://github.com/aerospike/aerospike-session-store-expressjs/pull/9) * BREAKING: Replace serializer with data mapper [PR #10](https://github.com/aerospike/aerospike-session-store-expressjs/pull/10) v0.3.0 / 2017-10-05 =================== * **New Features** * Add AerospikeStore#clear method to delete all sessions * Add AerospikeStore#close method to close Aerospike client connection * **Updates** * Update Aerospike client to v3 v0.2.0 / 2016-09-14 =================== * [#5](https://github.com/aerospike/aerospike-session-store-expressjs/pull/5) remove express dependency - Thanks to [@blitzprog](https://github.com/blitzprog)! v0.1.0 / 2016-07-11 =================== * Update Aerospike client to v2 * Initial release to npmjs.org