]> git.saurik.com Git - redis.git/blobdiff - Makefile
store the hash iterator on the heap instead of the stack
[redis.git] / Makefile
index 18edae98aea265f29710f6709d3fc5eeee0adb7c..aea43f1dab049a0ad9b8a3234c77d19ded9aafa4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,8 @@ else
 endif
 CCOPT= $(CFLAGS) $(CCLINK) $(ARCH) $(PROF)
 DEBUG?= -g -rdynamic -ggdb 
+HOST?= 127.0.0.1
+PORT?= 6379
 
 OBJ = adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o
 BENCHOBJ = ae.o anet.o redis-benchmark.o sds.o adlist.o zmalloc.o
@@ -79,13 +81,13 @@ staticsymbols:
        tclsh utils/build-static-symbols.tcl > staticsymbols.h
 
 test:
-       tclsh test-redis.tcl
+       tclsh test-redis.tcl -p $(PORT) -h $(HOST)
 
 bench:
        ./redis-benchmark
 
 log:
-       git log '--pretty=format:%ad %s' --date=short > Changelog
+       git log '--pretty=format:%ad %s (%cn)' --date=short > Changelog
 
 32bit:
        @echo ""