1) Redis encoder now accepts a pipelined string of many commands such as "HSET {{}}.cache firstname {} lastname {} picture {} \r\n HGET {{}}.cache firstname \r\n"_ctv
2) fixed some bugs
3) moved the findChar implementation into UCompileTimeStringView
4) defined a new UStringType concept that constrains to either UString or UCompileTimeStringView
1) Redis encoder now accepts a pipelined string of many commands such as
"HSET {{}}.cache firstname {} lastname {} picture {} \r\n HGET {{}}.cache firstname \r\n"_ctv
2) fixed some bugs 3) moved the findChar implementation into UCompileTimeStringView 4) defined a newUStringType
concept that constrains to eitherUString
orUCompileTimeStringView