Returns a handle to a string type value.
void test() { auto db = connectRedis("127.0.0.1").getDatabase(0); auto str = db.getAsString("some_string"); str = "test"; }
See Implementation
Returns a handle to a string type value.