[
https://issues.apache.org/jira/browse/IGNITE-6976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16281304#comment-16281304
]
Pavel Konstantinov commented on IGNITE-6976:
--------------------------------------------
Let use a java.lang.String as a default value for type for Key and Value and
also implement the simple format as you can see below
In this case, using of 'modify' command will become more convenience
For example
modify -cache=@c0 -put 1 - will put into the cache @c0 key "1"(String)
with value "1"(String)
modify -cache=@c0 -get 1 - will return from cache @c0 the value for key
"1"(String)
modify -cache=@c0 -remove 1 - will remove from cache @c0 by key
"1"(String)
> Visor CMD: Add ability to put/get/remove data to caches via command line
> Visor.
> -------------------------------------------------------------------------------
>
> Key: IGNITE-6976
> URL: https://issues.apache.org/jira/browse/IGNITE-6976
> Project: Ignite
> Issue Type: Improvement
> Components: wizards
> Reporter: Alexey Kuznetsov
> Assignee: Pavel Konstantinov
> Fix For: 2.4
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)