Hi I am new to voldemort. Hi I am using Voldemort to store my data. My
key is a word and values are number of occurrence of the word and the
URL. For example:
key :question
value1: 10
Value 2:
www.stackoverflow.com
I am using string[] to place my values.
StoreClient <String, String[]> client = factory.getStoreClient
("test");
But i am not clear how to use array in voldemort. Are there any
examples to build this simple program? Please help me.
Thanks in advance.