FAYWORD

Results 2 comments of FAYWORD

I found another problem (* - d'nt work with format string) reply = redisCommand(conn,"SET Test:1 %.*s", 2, "qwerty"); //this d'nt work (reply == NULL) reply = redisCommand(conn,"SET Test:1 %.2s", "qwerty");...

Well, I needed to insert only part of the string (up to a certain character). Without this functionality, you will need to compose a new string