Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,6 @@ js_DeleteStream(js, "ORDERS", NULL, &jerr);

## KeyValue

**EXPERIMENTAL FEATURE! We reserve the right to change the API without necessarily bumping the major version of the library.**

A KeyValue store is a materialized view based on JetStream. A bucket is a stream and keys are subjects within that stream.

Some features require NATS Server `v2.6.2`, so we recommend that you use the latest NATS Server release to have a better experience.
Expand Down
5 changes: 1 addition & 4 deletions src/nats.h
Original file line number Diff line number Diff line change
Expand Up @@ -7558,10 +7558,7 @@ kvStatus_Destroy(kvStatus *sts);
// Microservices.
//

/** \defgroup microGroup EXPERIMENTAL - Microservices
*
* \warning EXPERIMENTAL FEATURE! We reserve the right to change the API without
* necessarily bumping the major version of the library.
/** \defgroup microGroup - Microservices
*
* ### NATS Microservices.
*
Expand Down