-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 9.3
-
Component/s: Key/Value Store
-
Tags:
-
Sprint:nxcore 9.3.6
-
Story Points:1
In many cases we use String as values in the Key/Value Store operations. We should provide convenience methods taking a String instead of a byte[].
In addition, for MongoDB, it would avoid the need to convert back the byte[] to a String thus being more efficient.
- depends on
-
NXP-21870 Key/Value Service
- Resolved