-
Enhancement
-
Resolution: Obsolete
-
Major
-
None
-
11.0.0.Final
-
None
Currently in the CLI it's necessary to set encoding per entry. It should be able to set the encoding per the context of the currently selected cache to reduce verbosity in batch files. For example:
cd cache/example cache put --key-encoding=application/json --value-encoding=application/json --file=example1.json "example1" cache put --key-encoding=application/json --value-encoding=application/json --file=example2.json "example2"
Can be simplified to:
cd cache/example set options --key-encoding=application/json --value-encoding=application/json cache put --file=example1.json "example1" cache put --file=example2.json "example2"
- relates to
-
ISPN-11724 CLI: Allow key and value encoding to be specified
-
- Closed
-