var searchIndex = {}; searchIndex["redis_cli"] = {"doc":"","items":[[4,"Value","redis_cli","Represents a RESP value\nhttp://redis.io/topics/protocol",null,null],[13,"Null","","Null bulk reply, $-1\\r\\n",0,null],[13,"NullArray","","Null array reply, *-1\\r\\n",0,null],[13,"String","","For Simple Strings the first byte of the reply is "+"[43]",0,null],[13,"Error","","For Errors the first byte of the reply is "-"[45]",0,null],[13,"Integer","","For Integers the first byte of the reply is ":"[58]",0,null],[13,"Bulk","","For Bulk Strings the first byte of the reply is "$"[36]",0,null],[13,"BufBulk","","For Bulk <binary> Strings the first byte of the reply is "$"[36]",0,null],[13,"Array","","For Arrays the first byte of the reply is "*"[42]",0,null],[5,"encode_slice","","",null,null],[3,"Decoder","","",null,null],[3,"Client","","",null,null],[5,"create_client","","",null,{"inputs":[{"name":"str"},{"name":"u16"},{"name":"str"},{"name":"u16"}],"output":{"name":"result"}}],[11,"new","","",1,{"inputs":[{"name":"a"}],"output":{"name":"self"}}],[11,"cmd","","",1,null],[17,"COMMANDS","","",null,null],[11,"is_null","","Returns true if the `Value` is a Null. Returns false otherwise.",0,null],[11,"is_error","","Returns true if the `Value` is a Error. Returns false otherwise.",0,null],[11,"encode","","",0,null],[11,"to_encoded_string","","",0,null],[11,"to_beautify_string","","",0,null],[11,"fmt","","",0,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"clone","","",0,null],[11,"fmt","","",2,null],[11,"new","","",2,{"inputs":[],"output":{"name":"decoder"}}],[11,"with_buf_bulk","","",2,{"inputs":[],"output":{"name":"decoder"}}],[11,"feed","","",2,null],[11,"read","","",2,null],[11,"buffer_len","","",2,null],[11,"result_len","","",2,null]],"paths":[[4,"Value"],[3,"Client"],[3,"Decoder"]]}; initSearch(searchIndex);