node.js - using redis-node (nodejs) with utf-8/16 (russian, chinese, japanese characters) -


has successuflly used russian/chinese/japanese characters redis-node or other redis library (using nodejs) store/receive messages & redis (2.0 , above)? believe encoding/decoding of these messages upto client, not redis. if so, of libraries provide encoding/decoding or there library 1 can use purpose? working code examples appreciated.

using utf-8 redis works - if use redis-cli, make sure pass in raw parameter read russian/chinese/japanese characters (otherwise characters not appear correctly in redis-cli). can retrieve them correctly using api jedis/redis-node etc. hope helps!


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -