Get with multiple keys
we have memcache with mysql 5.6
In this following data is stored
Key1 ->value1
Key2 -> value2
When I try
get key1 key2
the result is
Value1
Value1
If I try
get Key2 key1
the result is
Value2
Value2
Thats , first key value is repeated and value for second key is not there in result.
Why is it giving the duplicate values?
Subject
Views
Written By
Posted
Get with multiple keys
2264
May 23, 2014 02:31AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.