86 Commits (735ba2eab3fe7d2b49da03e97073d648ac1401a9)

Author SHA1 Message Date
Luke Childs 735ba2eab3 Use this (renamed get-root-module) 7 years ago
Luke Childs 82c5beb06f Remove Greenkeeper badge 7 years ago
greenkeeper[bot] 43ee80da94 Update dependencies to enable Greenkeeper 🌴 (#1) 7 years ago
Luke Childs 288f7249c5 0.4.0 7 years ago
Luke Childs 73ad7c1576 No longer need to pass reference of self to storage adapter 7 years ago
Luke Childs 79bd3c0b51 Pass up conneciton errors form storage adapters 7 years ago
Luke Childs 95eec3a949 Use new store instance for each test 7 years ago
Luke Childs 1a0f67eb51 Set namespace on store 7 years ago
Luke Childs 1caac5a4ff Fix text for namespaced keys 7 years ago
Luke Childs 8468e7e23a Add namespace support to keyv 7 years ago
Luke Childs 388f281a36 Remove custom error reporting 7 years ago
Luke Childs 00f78fb9f1 Copy official tests into keyv-test-suite 7 years ago
Luke Childs b02fc59018 Use keyv-test-suite 7 years ago
Luke Childs 16bd87d027 Use get-root-module 7 years ago
Luke Childs 0059039adb 0.3.1 7 years ago
Luke Childs 6f9a1cfe5f Add MongoDB service to Travis 7 years ago
Luke Childs d5aa1f198b Test against mongodb storage adapter 7 years ago
Luke Childs f85482be9f Only run full test suite on Travis 7 years ago
Luke Childs 2d7b0fbc38 Increase delay in tests to make the result more reliable 7 years ago
Luke Childs 41fd35d4cc Add Redis service to Travis 7 years ago
Luke Childs 75e5df5be4 Run test files serially for neater test output 7 years ago
Luke Childs e0d71abf30 eslint ignore crazy require 7 years ago
Luke Childs 3031d6fd40 Rename file and move tests for neater test output 7 years ago
Luke Childs ba4aa3a5e9 Run all keyv test suite against all storage adapters too 7 years ago
Luke Childs 34a1954a7d Test redis connection errors are emitted 7 years ago
Luke Childs 7a946f1bef Test redis connection string 7 years ago
Luke Childs 8ecf06571f Don't use legacy EventEmitter require 7 years ago
Luke Childs a1b173a8f0 0.3.0 7 years ago
Luke Childs 0b9da9672f Use json-buffer to support buffers in all storage adapter Also means value is always a string so don't have to worry about weird null/undefined/falsey value behaviour accross stores 7 years ago
Luke Childs 3d2b5c40cf Pass instance of Keyv ee to storage adapters for error handling 7 years ago
Luke Childs 8581f72bc8 Allow mongodb adapter to be loaded by 'mongo' string 7 years ago
Luke Childs 00cc77cf97 Add helpful error reporting if storage adapter isn't found 7 years ago
Luke Childs 1b1c6f639d Make sure we still get adapter from uri if it's passed in as opts.uri 7 years ago
Luke Childs bce6dab269 Make auto require code more readable 7 years ago
Luke Childs 7890a9c367 Automatically require storage adapter via uri or opts.adapter 7 years ago
Luke Childs c5fbd53db3 Increase delays to stop Node.js 4 timing errors 7 years ago
Luke Childs fb6ff5759c 0.2.1 7 years ago
Luke Childs 5f04310bcb Null is supported by more data stores 7 years ago
Luke Childs 6d9129b2d8 Make sure we check data.expires is a number 7 years ago
Luke Childs aff5899ee3 Add description to readme 7 years ago
Luke Childs be7d5dea5d 0.2.0 7 years ago
Luke Childs 53a17a0eb2 Add .clear() method to Keyv 7 years ago
Luke Childs 05085570ed Use keyv-api-tests for tests 7 years ago
Luke Childs 7f5431344c 0.1.3 7 years ago
Luke Childs acda1f7ebf Test falsey values don't get treated as nonexistent 7 years ago
Luke Childs c2084cc2c4 Make sure data is an exact equal to undefined to treat it as nonexistent 7 years ago
Luke Childs bed4ca902f 0.1.2 7 years ago
Luke Childs dac891b213 0.1.1 7 years ago
Luke Childs a291776cdb Other test still needs delay 7 years ago
Luke Childs 4a2facd05a 0.1.1 7 years ago