26 Commits (7ad2bcd46fcf120301061feec145fea1baf82e5d)
 

Author SHA1 Message Date
Luke Childs 7ad2bcd46f Remove pointless test 7 years ago
Luke Childs 83ed849e18 Split tests into api and unit 7 years ago
Luke Childs e890f89869 Save all opts in this.opts 7 years ago
Luke Childs e74bf198a9 Dont use our own ttl logic if store has ttl support 7 years ago
Luke Childs 730789849c Pass ttl through to underlying storage adapter 7 years ago
Luke Childs 75dfed8f68 Allow passing in a store 7 years ago
Luke Childs b6fb2e91aa Test .set(key, value, ttl) sets a value that expires 7 years ago
Luke Childs 5047875016 Add ttl functionality 7 years ago
Luke Childs e61053403b Use xo-lukechilds 7 years ago
Luke Childs 0cbd77ae41 Move constructor type tests into a single test 7 years ago
Luke Childs 73766d6318 Test .delete(key) with nonexistent key resolves to false 7 years ago
Luke Childs 659ea8e0bf Test .delete(key) resolves to true 7 years ago
Luke Childs a42bdb2276 Test .delete(key) returns a Promise 7 years ago
Luke Childs fefbfacfcc Test .get(key) with nonexistent key resolves to undefined 7 years ago
Luke Childs e43421fad1 Test .get(key) resolves to value 7 years ago
Luke Childs 9aa03dd178 Test .get(key) returns a Promise 7 years ago
Luke Childs cf97f3e70d Test Keyv is an instance of Keyv 7 years ago
Luke Childs 94146aad35 Test .set(key, value) resolves to value 7 years ago
Luke Childs 72321dd160 Test .set(key, value) returns a Promise 7 years ago
Luke Childs 26788f92af Return value from .set() 7 years ago
Luke Childs 28665e4cfe Test Keyv cannot be invoked without \'new\' 7 years ago
Luke Childs 45413120a3 Promisify API 7 years ago
Luke Childs 4fef3d8458 keyv => Keyv 7 years ago
Luke Childs 3b8899fb8c Wrap Map API 7 years ago
Luke Childs 48beea9000 Initial commit 7 years ago
Jytesh 4536442e9f Feat: Init monorepo 4 years ago