loopback-datasource-juggler/lib/kvao
Miroslav Bajtoš f15b4e2c86 Implement KeyValue API and memory connector
Models attached to a KeyValue connector get the following *static*
methods:

    Color.set(key, value);
    Color.set(key, value, ttl);
    Color.set(key, value, { ttl: ttl });

    Color.get(key);

    Color.expire(key, ttl);
2016-08-08 10:15:34 +02:00
..
expire.js Implement KeyValue API and memory connector 2016-08-08 10:15:34 +02:00
get.js Implement KeyValue API and memory connector 2016-08-08 10:15:34 +02:00
index.js Implement KeyValue API and memory connector 2016-08-08 10:15:34 +02:00
set.js Implement KeyValue API and memory connector 2016-08-08 10:15:34 +02:00