var str = new String("JavaScript is object oriented language"); // Finding number indicating the Unicode value // of the character at the given index var value = str.charCodeAt(14); console.log(value) ...
Though using binary data as keys (represented as a "Buffer" in JavaScript) works as expected in non-cluster mode, it breaks when you are running Redis in cluster mode ...