1.2.7 • Published 7 years ago

recime-keyvalue-store v1.2.7

Weekly downloads
35
License
Apache-2.0
Repository
github
Last release
7 years ago

Recime Bot Key-value store

Key-value is designed to help you store conversational states and quickly store and retrieve data that will enable you to build a more engaging and personalized experience for your users.

Key-value is exposed as db and can be accessed anywhere from your bot. In order to store value, please do the following:

db.set("userId", {
    id : 1
}).then((_)=>{
    // TODO://
});

Similarly, use db.get to retrieve the value:

db.get("userId").then((result)=>{
    console.log(result.id);
});

Key-value data is available throughout lifetime of your bot once deployed and supports the following javascript data types:

Number String Object

Every bot gets its own managed and secure store. Number of unique keys are subject to plan, please checkout pricing page for more details.

License

Copyright © 2017 Recime Inc. All rights reserved.

1.2.7

7 years ago

1.2.6

7 years ago

1.2.5

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago