You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just a patch with cr_sendvandreceive function, which could send command
base on a iovec array, and support binary key and value
int credis_getv(REDIS rhnd, const char *key, size_t key_len, char **val, size_t
*val_len);
int credis_setv(REDIS rhnd, const char *key, size_t key_len, const char *val,
size_t val_len);
int credis_existsv(REDIS rhnd, const char *key, size_t key_len);
Original issue reported on code.google.com by flier...@gmail.com on 9 May 2010 at 4:48
Original issue reported on code.google.com by
flier...@gmail.com
on 9 May 2010 at 4:48Attachments:
The text was updated successfully, but these errors were encountered: