stefanocasazza / ULib

C++ application development framework, to help developers create and deploy applications quickly and simply
GNU Lesser General Public License v3.0
947 stars 107 forks source link

Sync #73

Closed victorstewart closed 5 years ago

victorstewart commented 5 years ago

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