Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-21870

Key/Value Service

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 9.1
    • Component/s: Key/Value Store
    • Impact type:
      API change
    • Upgrade notes:
      Hide

      New Framework service: KeyValueService.
      From the KeyValueService one can acquire a named KeyValueStore, whose API is currently:

      • put(key, value)
      • get(key)
      • compareAndSet(key, expected, value)
      Show
      New Framework service: KeyValueService. From the KeyValueService one can acquire a named KeyValueStore, whose API is currently: put(key, value) get(key) compareAndSet(key, expected, value)
    • Sprint:
      nxFG 9.1.9
    • Story Points:
      5

      Description

      Create a new Key/Value Service providing the basic API to store simple values in a data store shared by all instances in a cluster.

      Implement a first Redis version.

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: