src/proto/nc_redis.c (4 lines): - line 46: /* TODO: PING has an optional argument, emulate that? */ - line 90: /* TODO: Support emulating 2-arg username+password auth by just checking password? */ - line 217: /* TODO: Support REDIS_BITOP operation destkey key ... and add tests - this requires handling key in a position other than the first one */ - line 2962: /* TODO: MSETNX - instead of responding with OK, respond with 1 if all fragments respond with 1 */ src/hashkit/nc_jenkins.c (1 line): - line 26: * TODO: src/nc_server.c (1 line): - line 195: * FIXME: handle multiple server connections per server and do load src/nc_request.c (1 line): - line 80: * FIXME: add backend addr here