Re: Single key with multiple values or multi map?

2015-10-16 Thread javadevmtl
Ok thanks



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Single-key-with-multiple-values-or-multi-map-tp1618p1629.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Single key with multiple values or multi map?

2015-10-15 Thread javadevmtl
Hi is there a way yo implement single key with multiple values?

Thanks



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Single-key-with-multiple-values-or-multi-map-tp1618.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Re: Single key with multiple values or multi map?

2015-10-15 Thread Dmitriy Setrakyan
On Thu, Oct 15, 2015 at 5:46 AM, javadevmtl <java.dev@gmail.com> wrote:

> Hi is there a way yo implement single key with multiple values?
>

There is a ticket open for MultiMap:
https://issues.apache.org/jira/browse/IGNITE-640

Until we add support for it, you can try storing a List as a value in your
cache.


>
> View this message in context:
> http://apache-ignite-users.70518.x6.nabble.com/Single-key-with-multiple-values-or-multi-map-tp1618.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>