redis: Change port type to uint16_t

pull/5081/head
Shivani Bhardwaj 4 years ago
parent 639f3d265e
commit f4c9d33923

@ -41,7 +41,7 @@ typedef struct RedisSetup_ {
const char *command;
const char *key;
const char *server;
int port;
uint16_t port;
int is_async;
int batch_size;
} RedisSetup;

Loading…
Cancel
Save