Hi folks
The comments on Unicode vs UTF-8 on http://www.aerospike.com/docs/client/java/usage/data_type.html are incorrect. Java and .NET use UTF-16 strings.
The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) – Joel on Software and What Every Programmer Absolutely, Positively Needs to Know About Encodings and Character Sets to Work With Text explain the difference between Unicode and {UTF-8, UTF-16} better than I could.