momentohq/client-sdk-rust

Add unimplemented dictionary cache methods

Closed this issue · 1 comments

The Rust SDK does not support the following dictionary cache methods:

  • dictionaryFetch
  • dictionaryLength
  • dictionaryGetField
  • dictionaryGetFields
  • dictionaryRemoveField
  • dictionaryRemoveFields
  • dictionarySetField
  • dictionarySetFields
  • dictionaryIncrement

Implemented:

  • dictionaryFetch
  • dictionaryLength
  • dictionaryGetFields
  • dictionaryRemoveFields
  • dictionarySetFields

Adding the unimplemented methods to the backlog:

  • dictionaryIncrement
  • dictionarySetField
  • dictionaryRemoveField
  • dictionaryGetField