]> git.saurik.com Git - redis.git/commit - src/Makefile
minor fixes to the new test suite, html doc updated
authorantirez <antirez@gmail.com>
Fri, 14 May 2010 16:48:33 +0000 (18:48 +0200)
committerantirez <antirez@gmail.com>
Fri, 14 May 2010 16:48:33 +0000 (18:48 +0200)
commitab72b4833d2054231437acccec36f32f07290075
tree9d66fa4f98c60913ba86e3767d054ddacb291eff
parent47868511523c855799c315977b5d480f6f15a4be
minor fixes to the new test suite, html doc updated
59 files changed:
Makefile
doc/AppendOnlyFileHowto.html
doc/CommandReference.html
doc/ExpireCommand.html
doc/FAQ.html
doc/IncrCommand.html
doc/IntroductionToRedisDataTypes.html
doc/ListCommandsSidebar.html
doc/LrangeCommand.html
doc/LsetCommand.html
doc/QuickStart.html
doc/Redis_1_2_0_Changelog.html
doc/ReplicationHowto.html
doc/SaveCommand.html
doc/SmembersCommand.html
doc/SortCommand.html
doc/SortedSetCommandsSidebar.html
doc/SponsorshipHistory.html
doc/SponsorshipHowto.html [deleted file]
doc/StringCommandsSidebar.html
doc/TypeCommand.html
doc/ZrangebyscoreCommand.html
doc/index.html
test/assets/default.conf [deleted file]
test/support/redis.tcl [deleted file]
test/support/server.tcl [deleted file]
test/support/test.tcl [deleted file]
test/support/tmpfile.tcl [deleted file]
test/support/util.tcl [deleted file]
test/test_helper.tcl [deleted file]
test/tmp/.gitignore [deleted file]
test/unit/auth.tcl [deleted file]
test/unit/basic.tcl [deleted file]
test/unit/expire.tcl [deleted file]
test/unit/other.tcl [deleted file]
test/unit/protocol.tcl [deleted file]
test/unit/sort.tcl [deleted file]
test/unit/type/hash.tcl [deleted file]
test/unit/type/list.tcl [deleted file]
test/unit/type/set.tcl [deleted file]
test/unit/type/zset.tcl [deleted file]
tests/assets/default.conf [new file with mode: 0644]
tests/support/redis.tcl [new file with mode: 0644]
tests/support/server.tcl [new file with mode: 0644]
tests/support/test.tcl [new file with mode: 0644]
tests/support/tmpfile.tcl [new file with mode: 0644]
tests/support/util.tcl [new file with mode: 0644]
tests/test_helper.tcl [new file with mode: 0644]
tests/tmp/.gitignore [new file with mode: 0644]
tests/unit/auth.tcl [new file with mode: 0644]
tests/unit/basic.tcl [new file with mode: 0644]
tests/unit/expire.tcl [new file with mode: 0644]
tests/unit/other.tcl [new file with mode: 0644]
tests/unit/protocol.tcl [new file with mode: 0644]
tests/unit/sort.tcl [new file with mode: 0644]
tests/unit/type/hash.tcl [new file with mode: 0644]
tests/unit/type/list.tcl [new file with mode: 0644]
tests/unit/type/set.tcl [new file with mode: 0644]
tests/unit/type/zset.tcl [new file with mode: 0644]