loopback-datasource-juggler/lib/kvao
Miroslav Bajtoš 837f58f82d 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 14:48:04 +02:00
..
expire.js Implement KeyValue API and memory connector 2016-08-08 14:48:04 +02:00
get.js Implement KeyValue API and memory connector 2016-08-08 14:48:04 +02:00
index.js Implement KeyValue API and memory connector 2016-08-08 14:48:04 +02:00
set.js Implement KeyValue API and memory connector 2016-08-08 14:48:04 +02:00