printf("Redis server version %s\n",REDIS_VERSION);
printf("Redis server version %s (%s:%d)\n",REDIS_VERSION,
REDIS_GIT_SHA1,atoi(REDIS_GIT_DIRTY)>0);
exit(0);
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.