]> git.saurik.com Git - redis.git/blobdiff - ae_select.c
ZRANGE WITHSCORES test added
[redis.git] / ae_select.c
index 2f7185b0a9290ca1eab6b1f00b1570d1aab0ed1d..11fd719aa62ee93fabb453dd0b21abfd0208af75 100644 (file)
@@ -72,3 +72,7 @@ static int aeApiPoll(aeEventLoop *eventLoop, struct timeval *tvp) {
     }
     return numevents;
 }
+
+static char *aeApiName(void) {
+    return "select";
+}