I've inserted Json string in a Aerospike Bin through java client and retrieved it through java that's good and working fine.
Now I am interested to see my Json string in aql bin, But i could see only half of the string like
+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------+
| abcList
-----------------------------------------------------------------------------------------------------+----------------------------------------+
| "[{"abc":false,"abc":"7871248","abc":1423114706392,"abc":1423114706392,"abc":5,"abc":"12345","abc":0,"originalCartItemSequenceNumber":0,"abc":false,"abc":"","sourceCustomerId":nu | "d016cf2a-cf8f-435a-b9d5-de486da4737b" |
+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------+
1 row in set (0.001 secs)
Here if you observe after some point I am getting only dots . So how could I get all the result is there any Configuration changes I have to do ?
Please some one help me