redis-server 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/redis +1 -1
- data/redis/Makefile +1 -1
- data/redis/{redis-2.2.13 → redis-2.2.14}/00-RELEASENOTES +10 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/BUGS +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/CONTRIBUTING +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/COPYING +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/Changelog +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/INSTALL +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/Makefile +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/README +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/TODO +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/client-libraries/README +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/hiredis/COPYING +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/hiredis/Makefile +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/hiredis/README.md +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/hiredis/TODO +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/hiredis/adapters/ae.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/hiredis/adapters/libev.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/hiredis/adapters/libevent.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/hiredis/async.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/hiredis/async.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/hiredis/example-ae.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/hiredis/example-libev.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/hiredis/example-libevent.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/hiredis/example.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/hiredis/fmacros.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/hiredis/hiredis.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/hiredis/hiredis.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/hiredis/net.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/hiredis/net.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/hiredis/sds.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/hiredis/sds.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/hiredis/test.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/hiredis/util.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/linenoise/Makefile +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/linenoise/README.markdown +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/linenoise/example.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/linenoise/linenoise.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/deps/linenoise/linenoise.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/design-documents/REDIS-CLUSTER +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/design-documents/REDIS-CLUSTER-2 +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/AppendCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/AppendOnlyFileHowto.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/AuthCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/Benchmarks.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/BgrewriteaofCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/BgsaveCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/BlpopCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/BrpoplpushCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/CommandReference.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/Comparisons.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ConfigCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/Configuration.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ConnectionHandlingSidebar.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ControlCommandsSidebar.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/Credits.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/DbsizeCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/DelCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/DesignPatterns.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/EventLibray.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ExistsCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ExpireCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/FAQ.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/Features.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/FlushallCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/FlushdbCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/FromSqlToDataStructures.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/GenericCommandsSidebar.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/GetCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/GetbitCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/GetsetCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/HackingStrings.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/HashCommandsSidebar.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/Hashes.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/HdelCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/HexistsCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/HgetCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/HgetallCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/HincrbyCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/HlenCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/HmgetCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/HmsetCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/HsetCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/HsetnxCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/IncrCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/InfoCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/IntroductionToRedisDataTypes.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/KeysCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/LastsaveCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/LindexCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ListCommandsSidebar.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/Lists.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/LlenCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/LpopCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/LrangeCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/LremCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/LsetCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/LtrimCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/MgetCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/MonitorCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/MoveCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/MsetCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/MultiExecCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/NonexistentCommands.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ObjectHashMappers.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/Pipelining.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ProgrammingExamples.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ProtocolSpecification.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/PublishSubscribe.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/QuickStart.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/QuitCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/README.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/RandomkeyCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/Redis0100ChangeLog.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/Redis0900ChangeLog.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/RedisBigData.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/RedisCLI.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/RedisEventLibrary.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/RedisGuides.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/RedisInternals.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/RedisPipelining.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/RedisStatus.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/Redis_1_2_0_Changelog.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/Redis_2_0_0_Changelog.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/Redis_2_0_Whats_new.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/RenameCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/RenamenxCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ReplicationHowto.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ReplyTypes.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/RoadMap.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/RpoplpushCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/RpushCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SaddCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SaveCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ScardCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SdiffCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SdiffstoreCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SelectCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SetCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SetCommandsSidebar.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SetbitCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SetexCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SetnxCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SetrangeCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/Sets.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ShutdownCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SideBar.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SinterCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SinterstoreCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SismemberCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SlaveofCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SmembersCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SmoveCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SortCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SortedSetCommandsSidebar.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SortedSets.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/Speed.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SponsorshipHistory.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SpopCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SrandmemberCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SremCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/StringCommandsSidebar.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/Strings.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/StrlenCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SubstrCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SunionCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SunionstoreCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SupportedLanguages.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/SupportedPlatforms.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/TemplateCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/TtlCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/TwitterAlikeExample.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/TypeCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/UnstableSource.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/VirtualMemorySpecification.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/VirtualMemoryUserGuide.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ZaddCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ZcardCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ZincrbyCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ZrangeCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ZrangebyscoreCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ZrankCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ZremCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ZremrangebyrankCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ZremrangebyscoreCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ZscoreCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ZunionCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/ZunionstoreCommand.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/index.html +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/redis.png +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/doc/style.css +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/redis.conf +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/Makefile +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/adlist.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/adlist.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/ae.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/ae.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/ae_epoll.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/ae_kqueue.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/ae_select.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/anet.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/anet.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/aof.c +5 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/config.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/config.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/db.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/debug.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/dict.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/dict.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/fmacros.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/help.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/intset.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/intset.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/lzf.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/lzfP.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/lzf_c.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/lzf_d.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/mkreleasehdr.sh +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/multi.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/networking.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/object.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/pqsort.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/pqsort.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/pubsub.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/rdb.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/redis-benchmark.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/redis-check-aof.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/redis-check-dump.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/redis-cli.c +43 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/redis.c +2 -2
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/redis.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/release.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/replication.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/sds.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/sds.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/sha1.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/sha1.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/slowlog.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/slowlog.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/solarisfixes.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/sort.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/syncio.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/t_hash.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/t_list.c +6 -1
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/t_set.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/t_string.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/t_zset.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/testhelp.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/util.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/valgrind.sup +0 -0
- data/redis/redis-2.2.14/src/version.h +1 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/vm.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/ziplist.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/ziplist.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/zipmap.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/zipmap.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/zmalloc.c +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/src/zmalloc.h +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/assets/default.conf +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/integration/aof.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/integration/redis-cli.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/integration/replication.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/support/redis.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/support/server.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/support/test.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/support/tmpfile.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/support/util.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/test_helper.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/unit/auth.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/unit/basic.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/unit/cas.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/unit/expire.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/unit/other.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/unit/printver.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/unit/protocol.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/unit/pubsub.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/unit/quit.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/unit/slowlog.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/unit/sort.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/unit/type/hash.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/unit/type/list.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/unit/type/set.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/tests/unit/type/zset.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/utils/build-static-symbols.tcl +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/utils/generate-command-help.rb +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/utils/mktarball.sh +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/utils/redis-copy.rb +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/utils/redis-sha1.rb +0 -0
- data/redis/{redis-2.2.13 → redis-2.2.14}/utils/redis_init_script +0 -0
- metadata +293 -293
- data/redis/redis-2.2.13/src/version.h +0 -1
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -657,6 +657,11 @@ void backgroundRewriteDoneHandler(int statloc) {
|
|
657
657
|
if (server.appendfsync != APPENDFSYNC_NO) aof_fsync(fd);
|
658
658
|
server.appendseldb = -1; /* Make sure it will issue SELECT */
|
659
659
|
redisLog(REDIS_NOTICE,"The new append only file was selected for future appends.");
|
660
|
+
|
661
|
+
/* Clear regular AOF buffer since its contents was just written to
|
662
|
+
* the new AOF from the background rewrite buffer. */
|
663
|
+
sdsfree(server.aofbuf);
|
664
|
+
server.aofbuf = sdsempty();
|
660
665
|
} else {
|
661
666
|
/* If append only is disabled we just generate a dump in this
|
662
667
|
* format. Why not? */
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -61,6 +61,7 @@ static struct config {
|
|
61
61
|
int shutdown;
|
62
62
|
int monitor_mode;
|
63
63
|
int pubsub_mode;
|
64
|
+
int latency_mode;
|
64
65
|
int stdinarg; /* get last arg from stdin. (-x option) */
|
65
66
|
char *auth;
|
66
67
|
int raw_output; /* output mode per command */
|
@@ -564,6 +565,8 @@ static int parseOptions(int argc, char **argv) {
|
|
564
565
|
i++;
|
565
566
|
} else if (!strcmp(argv[i],"--raw")) {
|
566
567
|
config.raw_output = 1;
|
568
|
+
} else if (!strcmp(argv[i],"--latency")) {
|
569
|
+
config.latency_mode = 1;
|
567
570
|
} else if (!strcmp(argv[i],"-d") && !lastarg) {
|
568
571
|
sdsfree(config.mb_delim);
|
569
572
|
config.mb_delim = sdsnew(argv[i+1]);
|
@@ -614,6 +617,7 @@ static void usage() {
|
|
614
617
|
" -x Read last argument from STDIN\n"
|
615
618
|
" -d <delimiter> Multi-bulk delimiter in for raw formatting (default: \\n)\n"
|
616
619
|
" --raw Use raw formatting for replies (default when STDOUT is not a tty)\n"
|
620
|
+
" --latency Enter a special mode continuously sampling latency.\n"
|
617
621
|
" --help Output this help and exit\n"
|
618
622
|
" --version Output version and exit\n"
|
619
623
|
"\n"
|
@@ -736,6 +740,38 @@ static int noninteractive(int argc, char **argv) {
|
|
736
740
|
return retval;
|
737
741
|
}
|
738
742
|
|
743
|
+
static void latencyMode(void) {
|
744
|
+
redisReply *reply;
|
745
|
+
long long start, latency, min, max, tot, count = 0;
|
746
|
+
double avg;
|
747
|
+
|
748
|
+
if (!context) exit(1);
|
749
|
+
while(1) {
|
750
|
+
start = mstime();
|
751
|
+
reply = redisCommand(context,"PING");
|
752
|
+
if (reply == NULL) {
|
753
|
+
fprintf(stderr,"\nI/O error\n");
|
754
|
+
exit(1);
|
755
|
+
}
|
756
|
+
latency = mstime()-start;
|
757
|
+
freeReplyObject(reply);
|
758
|
+
count++;
|
759
|
+
if (count == 1) {
|
760
|
+
min = max = tot = latency;
|
761
|
+
avg = (double) latency;
|
762
|
+
} else {
|
763
|
+
if (latency < min) min = latency;
|
764
|
+
if (latency > max) max = latency;
|
765
|
+
tot += latency;
|
766
|
+
avg = (double) tot/count;
|
767
|
+
}
|
768
|
+
printf("\x1b[0G\x1b[2Kmin: %lld, max: %lld, avg: %.2f (%lld samples)",
|
769
|
+
min, max, avg, count);
|
770
|
+
fflush(stdout);
|
771
|
+
usleep(10000);
|
772
|
+
}
|
773
|
+
}
|
774
|
+
|
739
775
|
int main(int argc, char **argv) {
|
740
776
|
int firstarg;
|
741
777
|
|
@@ -749,6 +785,7 @@ int main(int argc, char **argv) {
|
|
749
785
|
config.shutdown = 0;
|
750
786
|
config.monitor_mode = 0;
|
751
787
|
config.pubsub_mode = 0;
|
788
|
+
config.latency_mode = 0;
|
752
789
|
config.stdinarg = 0;
|
753
790
|
config.auth = NULL;
|
754
791
|
config.raw_output = !isatty(fileno(stdout)) && (getenv("FAKETTY") == NULL);
|
@@ -759,6 +796,12 @@ int main(int argc, char **argv) {
|
|
759
796
|
argc -= firstarg;
|
760
797
|
argv += firstarg;
|
761
798
|
|
799
|
+
/* Start in latency mode if appropriate */
|
800
|
+
if (config.latency_mode) {
|
801
|
+
cliConnect(0);
|
802
|
+
latencyMode();
|
803
|
+
}
|
804
|
+
|
762
805
|
/* Start interactive mode when no command is provided */
|
763
806
|
if (argc == 0) {
|
764
807
|
/* Note that in repl mode we don't abort on connection error.
|
@@ -967,9 +967,9 @@ void call(redisClient *c) {
|
|
967
967
|
duration = ustime()-start;
|
968
968
|
slowlogPushEntryIfNeeded(c->argv,c->argc,duration);
|
969
969
|
|
970
|
-
if (server.appendonly && dirty)
|
970
|
+
if (server.appendonly && dirty > 0)
|
971
971
|
feedAppendOnlyFile(c->cmd,c->db->id,c->argv,c->argc);
|
972
|
-
if ((dirty || c->cmd->flags & REDIS_CMD_FORCE_REPLICATION) &&
|
972
|
+
if ((dirty > 0 || c->cmd->flags & REDIS_CMD_FORCE_REPLICATION) &&
|
973
973
|
listLength(server.slaves))
|
974
974
|
replicationFeedSlaves(server.slaves,c->db->id,c->argv,c->argc);
|
975
975
|
if (listLength(server.monitors))
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -514,7 +514,12 @@ void lrangeCommand(redisClient *c) {
|
|
514
514
|
p = ziplistNext(o->ptr,p);
|
515
515
|
}
|
516
516
|
} else if (o->encoding == REDIS_ENCODING_LINKEDLIST) {
|
517
|
-
listNode *ln
|
517
|
+
listNode *ln;
|
518
|
+
|
519
|
+
/* If we are nearest to the end of the list, reach the element
|
520
|
+
* starting from tail and going backward, as it is faster. */
|
521
|
+
if (start > llen/2) start -= llen;
|
522
|
+
ln = listIndex(o->ptr,start);
|
518
523
|
|
519
524
|
while(rangelen--) {
|
520
525
|
addReplyBulk(c,ln->value);
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -0,0 +1 @@
|
|
1
|
+
#define REDIS_VERSION "2.2.14"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: redis-server
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2011-09-
|
12
|
+
date: 2011-09-21 00:00:00.000000000Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: clamp
|
16
|
-
requirement: &
|
16
|
+
requirement: &14438000 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: 0.2.1
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *14438000
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: daemon_controller
|
27
|
-
requirement: &
|
27
|
+
requirement: &14416640 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ~>
|
@@ -32,7 +32,7 @@ dependencies:
|
|
32
32
|
version: 0.2.6
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *14416640
|
36
36
|
description: ! ' Gem to install the redis server; makes things
|
37
37
|
easy.
|
38
38
|
|
@@ -46,293 +46,293 @@ extra_rdoc_files: []
|
|
46
46
|
files:
|
47
47
|
- bin/redis
|
48
48
|
- redis/Makefile
|
49
|
-
- redis/redis-2.2.
|
50
|
-
- redis/redis-2.2.
|
51
|
-
- redis/redis-2.2.
|
52
|
-
- redis/redis-2.2.
|
53
|
-
- redis/redis-2.2.
|
54
|
-
- redis/redis-2.2.
|
55
|
-
- redis/redis-2.2.
|
56
|
-
- redis/redis-2.2.
|
57
|
-
- redis/redis-2.2.
|
58
|
-
- redis/redis-2.2.
|
59
|
-
- redis/redis-2.2.
|
60
|
-
- redis/redis-2.2.
|
61
|
-
- redis/redis-2.2.
|
62
|
-
- redis/redis-2.2.
|
63
|
-
- redis/redis-2.2.
|
64
|
-
- redis/redis-2.2.
|
65
|
-
- redis/redis-2.2.
|
66
|
-
- redis/redis-2.2.
|
67
|
-
- redis/redis-2.2.
|
68
|
-
- redis/redis-2.2.
|
69
|
-
- redis/redis-2.2.
|
70
|
-
- redis/redis-2.2.
|
71
|
-
- redis/redis-2.2.
|
72
|
-
- redis/redis-2.2.
|
73
|
-
- redis/redis-2.2.
|
74
|
-
- redis/redis-2.2.
|
75
|
-
- redis/redis-2.2.
|
76
|
-
- redis/redis-2.2.
|
77
|
-
- redis/redis-2.2.
|
78
|
-
- redis/redis-2.2.
|
79
|
-
- redis/redis-2.2.
|
80
|
-
- redis/redis-2.2.
|
81
|
-
- redis/redis-2.2.
|
82
|
-
- redis/redis-2.2.
|
83
|
-
- redis/redis-2.2.
|
84
|
-
- redis/redis-2.2.
|
85
|
-
- redis/redis-2.2.
|
86
|
-
- redis/redis-2.2.
|
87
|
-
- redis/redis-2.2.
|
88
|
-
- redis/redis-2.2.
|
89
|
-
- redis/redis-2.2.
|
90
|
-
- redis/redis-2.2.
|
91
|
-
- redis/redis-2.2.
|
92
|
-
- redis/redis-2.2.
|
93
|
-
- redis/redis-2.2.
|
94
|
-
- redis/redis-2.2.
|
95
|
-
- redis/redis-2.2.
|
96
|
-
- redis/redis-2.2.
|
97
|
-
- redis/redis-2.2.
|
98
|
-
- redis/redis-2.2.
|
99
|
-
- redis/redis-2.2.
|
100
|
-
- redis/redis-2.2.
|
101
|
-
- redis/redis-2.2.
|
102
|
-
- redis/redis-2.2.
|
103
|
-
- redis/redis-2.2.
|
104
|
-
- redis/redis-2.2.
|
105
|
-
- redis/redis-2.2.
|
106
|
-
- redis/redis-2.2.
|
107
|
-
- redis/redis-2.2.
|
108
|
-
- redis/redis-2.2.
|
109
|
-
- redis/redis-2.2.
|
110
|
-
- redis/redis-2.2.
|
111
|
-
- redis/redis-2.2.
|
112
|
-
- redis/redis-2.2.
|
113
|
-
- redis/redis-2.2.
|
114
|
-
- redis/redis-2.2.
|
115
|
-
- redis/redis-2.2.
|
116
|
-
- redis/redis-2.2.
|
117
|
-
- redis/redis-2.2.
|
118
|
-
- redis/redis-2.2.
|
119
|
-
- redis/redis-2.2.
|
120
|
-
- redis/redis-2.2.
|
121
|
-
- redis/redis-2.2.
|
122
|
-
- redis/redis-2.2.
|
123
|
-
- redis/redis-2.2.
|
124
|
-
- redis/redis-2.2.
|
125
|
-
- redis/redis-2.2.
|
126
|
-
- redis/redis-2.2.
|
127
|
-
- redis/redis-2.2.
|
128
|
-
- redis/redis-2.2.
|
129
|
-
- redis/redis-2.2.
|
130
|
-
- redis/redis-2.2.
|
131
|
-
- redis/redis-2.2.
|
132
|
-
- redis/redis-2.2.
|
133
|
-
- redis/redis-2.2.
|
134
|
-
- redis/redis-2.2.
|
135
|
-
- redis/redis-2.2.
|
136
|
-
- redis/redis-2.2.
|
137
|
-
- redis/redis-2.2.
|
138
|
-
- redis/redis-2.2.
|
139
|
-
- redis/redis-2.2.
|
140
|
-
- redis/redis-2.2.
|
141
|
-
- redis/redis-2.2.
|
142
|
-
- redis/redis-2.2.
|
143
|
-
- redis/redis-2.2.
|
144
|
-
- redis/redis-2.2.
|
145
|
-
- redis/redis-2.2.
|
146
|
-
- redis/redis-2.2.
|
147
|
-
- redis/redis-2.2.
|
148
|
-
- redis/redis-2.2.
|
149
|
-
- redis/redis-2.2.
|
150
|
-
- redis/redis-2.2.
|
151
|
-
- redis/redis-2.2.
|
152
|
-
- redis/redis-2.2.
|
153
|
-
- redis/redis-2.2.
|
154
|
-
- redis/redis-2.2.
|
155
|
-
- redis/redis-2.2.
|
156
|
-
- redis/redis-2.2.
|
157
|
-
- redis/redis-2.2.
|
158
|
-
- redis/redis-2.2.
|
159
|
-
- redis/redis-2.2.
|
160
|
-
- redis/redis-2.2.
|
161
|
-
- redis/redis-2.2.
|
162
|
-
- redis/redis-2.2.
|
163
|
-
- redis/redis-2.2.
|
164
|
-
- redis/redis-2.2.
|
165
|
-
- redis/redis-2.2.
|
166
|
-
- redis/redis-2.2.
|
167
|
-
- redis/redis-2.2.
|
168
|
-
- redis/redis-2.2.
|
169
|
-
- redis/redis-2.2.
|
170
|
-
- redis/redis-2.2.
|
171
|
-
- redis/redis-2.2.
|
172
|
-
- redis/redis-2.2.
|
173
|
-
- redis/redis-2.2.
|
174
|
-
- redis/redis-2.2.
|
175
|
-
- redis/redis-2.2.
|
176
|
-
- redis/redis-2.2.
|
177
|
-
- redis/redis-2.2.
|
178
|
-
- redis/redis-2.2.
|
179
|
-
- redis/redis-2.2.
|
180
|
-
- redis/redis-2.2.
|
181
|
-
- redis/redis-2.2.
|
182
|
-
- redis/redis-2.2.
|
183
|
-
- redis/redis-2.2.
|
184
|
-
- redis/redis-2.2.
|
185
|
-
- redis/redis-2.2.
|
186
|
-
- redis/redis-2.2.
|
187
|
-
- redis/redis-2.2.
|
188
|
-
- redis/redis-2.2.
|
189
|
-
- redis/redis-2.2.
|
190
|
-
- redis/redis-2.2.
|
191
|
-
- redis/redis-2.2.
|
192
|
-
- redis/redis-2.2.
|
193
|
-
- redis/redis-2.2.
|
194
|
-
- redis/redis-2.2.
|
195
|
-
- redis/redis-2.2.
|
196
|
-
- redis/redis-2.2.
|
197
|
-
- redis/redis-2.2.
|
198
|
-
- redis/redis-2.2.
|
199
|
-
- redis/redis-2.2.
|
200
|
-
- redis/redis-2.2.
|
201
|
-
- redis/redis-2.2.
|
202
|
-
- redis/redis-2.2.
|
203
|
-
- redis/redis-2.2.
|
204
|
-
- redis/redis-2.2.
|
205
|
-
- redis/redis-2.2.
|
206
|
-
- redis/redis-2.2.
|
207
|
-
- redis/redis-2.2.
|
208
|
-
- redis/redis-2.2.
|
209
|
-
- redis/redis-2.2.
|
210
|
-
- redis/redis-2.2.
|
211
|
-
- redis/redis-2.2.
|
212
|
-
- redis/redis-2.2.
|
213
|
-
- redis/redis-2.2.
|
214
|
-
- redis/redis-2.2.
|
215
|
-
- redis/redis-2.2.
|
216
|
-
- redis/redis-2.2.
|
217
|
-
- redis/redis-2.2.
|
218
|
-
- redis/redis-2.2.
|
219
|
-
- redis/redis-2.2.
|
220
|
-
- redis/redis-2.2.
|
221
|
-
- redis/redis-2.2.
|
222
|
-
- redis/redis-2.2.
|
223
|
-
- redis/redis-2.2.
|
224
|
-
- redis/redis-2.2.
|
225
|
-
- redis/redis-2.2.
|
226
|
-
- redis/redis-2.2.
|
227
|
-
- redis/redis-2.2.
|
228
|
-
- redis/redis-2.2.
|
229
|
-
- redis/redis-2.2.
|
230
|
-
- redis/redis-2.2.
|
231
|
-
- redis/redis-2.2.
|
232
|
-
- redis/redis-2.2.
|
233
|
-
- redis/redis-2.2.
|
234
|
-
- redis/redis-2.2.
|
235
|
-
- redis/redis-2.2.
|
236
|
-
- redis/redis-2.2.
|
237
|
-
- redis/redis-2.2.
|
238
|
-
- redis/redis-2.2.
|
239
|
-
- redis/redis-2.2.
|
240
|
-
- redis/redis-2.2.
|
241
|
-
- redis/redis-2.2.
|
242
|
-
- redis/redis-2.2.
|
243
|
-
- redis/redis-2.2.
|
244
|
-
- redis/redis-2.2.
|
245
|
-
- redis/redis-2.2.
|
246
|
-
- redis/redis-2.2.
|
247
|
-
- redis/redis-2.2.
|
248
|
-
- redis/redis-2.2.
|
249
|
-
- redis/redis-2.2.
|
250
|
-
- redis/redis-2.2.
|
251
|
-
- redis/redis-2.2.
|
252
|
-
- redis/redis-2.2.
|
253
|
-
- redis/redis-2.2.
|
254
|
-
- redis/redis-2.2.
|
255
|
-
- redis/redis-2.2.
|
256
|
-
- redis/redis-2.2.
|
257
|
-
- redis/redis-2.2.
|
258
|
-
- redis/redis-2.2.
|
259
|
-
- redis/redis-2.2.
|
260
|
-
- redis/redis-2.2.
|
261
|
-
- redis/redis-2.2.
|
262
|
-
- redis/redis-2.2.
|
263
|
-
- redis/redis-2.2.
|
264
|
-
- redis/redis-2.2.
|
265
|
-
- redis/redis-2.2.
|
266
|
-
- redis/redis-2.2.
|
267
|
-
- redis/redis-2.2.
|
268
|
-
- redis/redis-2.2.
|
269
|
-
- redis/redis-2.2.
|
270
|
-
- redis/redis-2.2.
|
271
|
-
- redis/redis-2.2.
|
272
|
-
- redis/redis-2.2.
|
273
|
-
- redis/redis-2.2.
|
274
|
-
- redis/redis-2.2.
|
275
|
-
- redis/redis-2.2.
|
276
|
-
- redis/redis-2.2.
|
277
|
-
- redis/redis-2.2.
|
278
|
-
- redis/redis-2.2.
|
279
|
-
- redis/redis-2.2.
|
280
|
-
- redis/redis-2.2.
|
281
|
-
- redis/redis-2.2.
|
282
|
-
- redis/redis-2.2.
|
283
|
-
- redis/redis-2.2.
|
284
|
-
- redis/redis-2.2.
|
285
|
-
- redis/redis-2.2.
|
286
|
-
- redis/redis-2.2.
|
287
|
-
- redis/redis-2.2.
|
288
|
-
- redis/redis-2.2.
|
289
|
-
- redis/redis-2.2.
|
290
|
-
- redis/redis-2.2.
|
291
|
-
- redis/redis-2.2.
|
292
|
-
- redis/redis-2.2.
|
293
|
-
- redis/redis-2.2.
|
294
|
-
- redis/redis-2.2.
|
295
|
-
- redis/redis-2.2.
|
296
|
-
- redis/redis-2.2.
|
297
|
-
- redis/redis-2.2.
|
298
|
-
- redis/redis-2.2.
|
299
|
-
- redis/redis-2.2.
|
300
|
-
- redis/redis-2.2.
|
301
|
-
- redis/redis-2.2.
|
302
|
-
- redis/redis-2.2.
|
303
|
-
- redis/redis-2.2.
|
304
|
-
- redis/redis-2.2.
|
305
|
-
- redis/redis-2.2.
|
306
|
-
- redis/redis-2.2.
|
307
|
-
- redis/redis-2.2.
|
308
|
-
- redis/redis-2.2.
|
309
|
-
- redis/redis-2.2.
|
310
|
-
- redis/redis-2.2.
|
311
|
-
- redis/redis-2.2.
|
312
|
-
- redis/redis-2.2.
|
313
|
-
- redis/redis-2.2.
|
314
|
-
- redis/redis-2.2.
|
315
|
-
- redis/redis-2.2.
|
316
|
-
- redis/redis-2.2.
|
317
|
-
- redis/redis-2.2.
|
318
|
-
- redis/redis-2.2.
|
319
|
-
- redis/redis-2.2.
|
320
|
-
- redis/redis-2.2.
|
321
|
-
- redis/redis-2.2.
|
322
|
-
- redis/redis-2.2.
|
323
|
-
- redis/redis-2.2.
|
324
|
-
- redis/redis-2.2.
|
325
|
-
- redis/redis-2.2.
|
326
|
-
- redis/redis-2.2.
|
327
|
-
- redis/redis-2.2.
|
328
|
-
- redis/redis-2.2.
|
329
|
-
- redis/redis-2.2.
|
330
|
-
- redis/redis-2.2.
|
331
|
-
- redis/redis-2.2.
|
332
|
-
- redis/redis-2.2.
|
333
|
-
- redis/redis-2.2.
|
334
|
-
- redis/redis-2.2.
|
335
|
-
- redis/redis-2.2.
|
49
|
+
- redis/redis-2.2.14/src/valgrind.sup
|
50
|
+
- redis/redis-2.2.14/src/zmalloc.h
|
51
|
+
- redis/redis-2.2.14/src/mkreleasehdr.sh
|
52
|
+
- redis/redis-2.2.14/src/rdb.c
|
53
|
+
- redis/redis-2.2.14/src/multi.c
|
54
|
+
- redis/redis-2.2.14/src/debug.c
|
55
|
+
- redis/redis-2.2.14/src/lzf_c.c
|
56
|
+
- redis/redis-2.2.14/src/lzf.h
|
57
|
+
- redis/redis-2.2.14/src/dict.h
|
58
|
+
- redis/redis-2.2.14/src/ae.h
|
59
|
+
- redis/redis-2.2.14/src/adlist.h
|
60
|
+
- redis/redis-2.2.14/src/redis-cli.c
|
61
|
+
- redis/redis-2.2.14/src/release.c
|
62
|
+
- redis/redis-2.2.14/src/config.c
|
63
|
+
- redis/redis-2.2.14/src/ae.c
|
64
|
+
- redis/redis-2.2.14/src/pqsort.c
|
65
|
+
- redis/redis-2.2.14/src/networking.c
|
66
|
+
- redis/redis-2.2.14/src/db.c
|
67
|
+
- redis/redis-2.2.14/src/t_string.c
|
68
|
+
- redis/redis-2.2.14/src/pqsort.h
|
69
|
+
- redis/redis-2.2.14/src/redis-check-aof.c
|
70
|
+
- redis/redis-2.2.14/src/syncio.c
|
71
|
+
- redis/redis-2.2.14/src/t_list.c
|
72
|
+
- redis/redis-2.2.14/src/version.h
|
73
|
+
- redis/redis-2.2.14/src/testhelp.h
|
74
|
+
- redis/redis-2.2.14/src/ziplist.h
|
75
|
+
- redis/redis-2.2.14/src/t_set.c
|
76
|
+
- redis/redis-2.2.14/src/sort.c
|
77
|
+
- redis/redis-2.2.14/src/Makefile
|
78
|
+
- redis/redis-2.2.14/src/object.c
|
79
|
+
- redis/redis-2.2.14/src/sha1.h
|
80
|
+
- redis/redis-2.2.14/src/zmalloc.c
|
81
|
+
- redis/redis-2.2.14/src/sds.h
|
82
|
+
- redis/redis-2.2.14/src/dict.c
|
83
|
+
- redis/redis-2.2.14/src/pubsub.c
|
84
|
+
- redis/redis-2.2.14/src/t_hash.c
|
85
|
+
- redis/redis-2.2.14/src/util.c
|
86
|
+
- redis/redis-2.2.14/src/sha1.c
|
87
|
+
- redis/redis-2.2.14/src/zipmap.h
|
88
|
+
- redis/redis-2.2.14/src/anet.c
|
89
|
+
- redis/redis-2.2.14/src/config.h
|
90
|
+
- redis/redis-2.2.14/src/slowlog.c
|
91
|
+
- redis/redis-2.2.14/src/aof.c
|
92
|
+
- redis/redis-2.2.14/src/redis-benchmark.c
|
93
|
+
- redis/redis-2.2.14/src/sds.c
|
94
|
+
- redis/redis-2.2.14/src/intset.c
|
95
|
+
- redis/redis-2.2.14/src/ae_select.c
|
96
|
+
- redis/redis-2.2.14/src/redis-check-dump.c
|
97
|
+
- redis/redis-2.2.14/src/lzf_d.c
|
98
|
+
- redis/redis-2.2.14/src/redis.c
|
99
|
+
- redis/redis-2.2.14/src/help.h
|
100
|
+
- redis/redis-2.2.14/src/replication.c
|
101
|
+
- redis/redis-2.2.14/src/zipmap.c
|
102
|
+
- redis/redis-2.2.14/src/lzfP.h
|
103
|
+
- redis/redis-2.2.14/src/redis.h
|
104
|
+
- redis/redis-2.2.14/src/ziplist.c
|
105
|
+
- redis/redis-2.2.14/src/slowlog.h
|
106
|
+
- redis/redis-2.2.14/src/solarisfixes.h
|
107
|
+
- redis/redis-2.2.14/src/intset.h
|
108
|
+
- redis/redis-2.2.14/src/anet.h
|
109
|
+
- redis/redis-2.2.14/src/adlist.c
|
110
|
+
- redis/redis-2.2.14/src/ae_kqueue.c
|
111
|
+
- redis/redis-2.2.14/src/t_zset.c
|
112
|
+
- redis/redis-2.2.14/src/fmacros.h
|
113
|
+
- redis/redis-2.2.14/src/ae_epoll.c
|
114
|
+
- redis/redis-2.2.14/src/vm.c
|
115
|
+
- redis/redis-2.2.14/INSTALL
|
116
|
+
- redis/redis-2.2.14/redis.conf
|
117
|
+
- redis/redis-2.2.14/deps/hiredis/README.md
|
118
|
+
- redis/redis-2.2.14/deps/hiredis/example.c
|
119
|
+
- redis/redis-2.2.14/deps/hiredis/Makefile
|
120
|
+
- redis/redis-2.2.14/deps/hiredis/example-libev.c
|
121
|
+
- redis/redis-2.2.14/deps/hiredis/hiredis.c
|
122
|
+
- redis/redis-2.2.14/deps/hiredis/sds.h
|
123
|
+
- redis/redis-2.2.14/deps/hiredis/net.h
|
124
|
+
- redis/redis-2.2.14/deps/hiredis/TODO
|
125
|
+
- redis/redis-2.2.14/deps/hiredis/hiredis.h
|
126
|
+
- redis/redis-2.2.14/deps/hiredis/net.c
|
127
|
+
- redis/redis-2.2.14/deps/hiredis/sds.c
|
128
|
+
- redis/redis-2.2.14/deps/hiredis/example-libevent.c
|
129
|
+
- redis/redis-2.2.14/deps/hiredis/COPYING
|
130
|
+
- redis/redis-2.2.14/deps/hiredis/example-ae.c
|
131
|
+
- redis/redis-2.2.14/deps/hiredis/adapters/ae.h
|
132
|
+
- redis/redis-2.2.14/deps/hiredis/adapters/libevent.h
|
133
|
+
- redis/redis-2.2.14/deps/hiredis/adapters/libev.h
|
134
|
+
- redis/redis-2.2.14/deps/hiredis/async.h
|
135
|
+
- redis/redis-2.2.14/deps/hiredis/async.c
|
136
|
+
- redis/redis-2.2.14/deps/hiredis/test.c
|
137
|
+
- redis/redis-2.2.14/deps/hiredis/fmacros.h
|
138
|
+
- redis/redis-2.2.14/deps/hiredis/util.h
|
139
|
+
- redis/redis-2.2.14/deps/linenoise/linenoise.c
|
140
|
+
- redis/redis-2.2.14/deps/linenoise/README.markdown
|
141
|
+
- redis/redis-2.2.14/deps/linenoise/example.c
|
142
|
+
- redis/redis-2.2.14/deps/linenoise/Makefile
|
143
|
+
- redis/redis-2.2.14/deps/linenoise/linenoise.h
|
144
|
+
- redis/redis-2.2.14/BUGS
|
145
|
+
- redis/redis-2.2.14/doc/Lists.html
|
146
|
+
- redis/redis-2.2.14/doc/LpopCommand.html
|
147
|
+
- redis/redis-2.2.14/doc/SetCommand.html
|
148
|
+
- redis/redis-2.2.14/doc/DelCommand.html
|
149
|
+
- redis/redis-2.2.14/doc/ConfigCommand.html
|
150
|
+
- redis/redis-2.2.14/doc/SetCommandsSidebar.html
|
151
|
+
- redis/redis-2.2.14/doc/SupportedPlatforms.html
|
152
|
+
- redis/redis-2.2.14/doc/MultiExecCommand.html
|
153
|
+
- redis/redis-2.2.14/doc/RenameCommand.html
|
154
|
+
- redis/redis-2.2.14/doc/LsetCommand.html
|
155
|
+
- redis/redis-2.2.14/doc/RedisCLI.html
|
156
|
+
- redis/redis-2.2.14/doc/FAQ.html
|
157
|
+
- redis/redis-2.2.14/doc/ProgrammingExamples.html
|
158
|
+
- redis/redis-2.2.14/doc/StrlenCommand.html
|
159
|
+
- redis/redis-2.2.14/doc/ControlCommandsSidebar.html
|
160
|
+
- redis/redis-2.2.14/doc/RandomkeyCommand.html
|
161
|
+
- redis/redis-2.2.14/doc/redis.png
|
162
|
+
- redis/redis-2.2.14/doc/UnstableSource.html
|
163
|
+
- redis/redis-2.2.14/doc/SetbitCommand.html
|
164
|
+
- redis/redis-2.2.14/doc/VirtualMemoryUserGuide.html
|
165
|
+
- redis/redis-2.2.14/doc/HlenCommand.html
|
166
|
+
- redis/redis-2.2.14/doc/HsetCommand.html
|
167
|
+
- redis/redis-2.2.14/doc/Redis0900ChangeLog.html
|
168
|
+
- redis/redis-2.2.14/doc/AuthCommand.html
|
169
|
+
- redis/redis-2.2.14/doc/EventLibray.html
|
170
|
+
- redis/redis-2.2.14/doc/Redis_2_0_0_Changelog.html
|
171
|
+
- redis/redis-2.2.14/doc/InfoCommand.html
|
172
|
+
- redis/redis-2.2.14/doc/ZincrbyCommand.html
|
173
|
+
- redis/redis-2.2.14/doc/Redis_1_2_0_Changelog.html
|
174
|
+
- redis/redis-2.2.14/doc/SremCommand.html
|
175
|
+
- redis/redis-2.2.14/doc/SinterCommand.html
|
176
|
+
- redis/redis-2.2.14/doc/TtlCommand.html
|
177
|
+
- redis/redis-2.2.14/doc/RedisStatus.html
|
178
|
+
- redis/redis-2.2.14/doc/SinterstoreCommand.html
|
179
|
+
- redis/redis-2.2.14/doc/AppendCommand.html
|
180
|
+
- redis/redis-2.2.14/doc/IntroductionToRedisDataTypes.html
|
181
|
+
- redis/redis-2.2.14/doc/ConnectionHandlingSidebar.html
|
182
|
+
- redis/redis-2.2.14/doc/KeysCommand.html
|
183
|
+
- redis/redis-2.2.14/doc/SlaveofCommand.html
|
184
|
+
- redis/redis-2.2.14/doc/VirtualMemorySpecification.html
|
185
|
+
- redis/redis-2.2.14/doc/QuickStart.html
|
186
|
+
- redis/redis-2.2.14/doc/SetrangeCommand.html
|
187
|
+
- redis/redis-2.2.14/doc/SideBar.html
|
188
|
+
- redis/redis-2.2.14/doc/ProtocolSpecification.html
|
189
|
+
- redis/redis-2.2.14/doc/HashCommandsSidebar.html
|
190
|
+
- redis/redis-2.2.14/doc/RoadMap.html
|
191
|
+
- redis/redis-2.2.14/doc/GetsetCommand.html
|
192
|
+
- redis/redis-2.2.14/doc/BgsaveCommand.html
|
193
|
+
- redis/redis-2.2.14/doc/HmsetCommand.html
|
194
|
+
- redis/redis-2.2.14/doc/QuitCommand.html
|
195
|
+
- redis/redis-2.2.14/doc/SetnxCommand.html
|
196
|
+
- redis/redis-2.2.14/doc/SponsorshipHistory.html
|
197
|
+
- redis/redis-2.2.14/doc/SunionCommand.html
|
198
|
+
- redis/redis-2.2.14/doc/ZrankCommand.html
|
199
|
+
- redis/redis-2.2.14/doc/RedisEventLibrary.html
|
200
|
+
- redis/redis-2.2.14/doc/ZunionCommand.html
|
201
|
+
- redis/redis-2.2.14/doc/DesignPatterns.html
|
202
|
+
- redis/redis-2.2.14/doc/ZscoreCommand.html
|
203
|
+
- redis/redis-2.2.14/doc/Redis0100ChangeLog.html
|
204
|
+
- redis/redis-2.2.14/doc/HdelCommand.html
|
205
|
+
- redis/redis-2.2.14/doc/TwitterAlikeExample.html
|
206
|
+
- redis/redis-2.2.14/doc/style.css
|
207
|
+
- redis/redis-2.2.14/doc/RedisBigData.html
|
208
|
+
- redis/redis-2.2.14/doc/LtrimCommand.html
|
209
|
+
- redis/redis-2.2.14/doc/SunionstoreCommand.html
|
210
|
+
- redis/redis-2.2.14/doc/SpopCommand.html
|
211
|
+
- redis/redis-2.2.14/doc/ZremCommand.html
|
212
|
+
- redis/redis-2.2.14/doc/TemplateCommand.html
|
213
|
+
- redis/redis-2.2.14/doc/SortedSetCommandsSidebar.html
|
214
|
+
- redis/redis-2.2.14/doc/HgetCommand.html
|
215
|
+
- redis/redis-2.2.14/doc/CommandReference.html
|
216
|
+
- redis/redis-2.2.14/doc/RedisGuides.html
|
217
|
+
- redis/redis-2.2.14/doc/RedisPipelining.html
|
218
|
+
- redis/redis-2.2.14/doc/README.html
|
219
|
+
- redis/redis-2.2.14/doc/DbsizeCommand.html
|
220
|
+
- redis/redis-2.2.14/doc/SaveCommand.html
|
221
|
+
- redis/redis-2.2.14/doc/SubstrCommand.html
|
222
|
+
- redis/redis-2.2.14/doc/SmembersCommand.html
|
223
|
+
- redis/redis-2.2.14/doc/LindexCommand.html
|
224
|
+
- redis/redis-2.2.14/doc/SortedSets.html
|
225
|
+
- redis/redis-2.2.14/doc/ZremrangebyscoreCommand.html
|
226
|
+
- redis/redis-2.2.14/doc/Configuration.html
|
227
|
+
- redis/redis-2.2.14/doc/RenamenxCommand.html
|
228
|
+
- redis/redis-2.2.14/doc/MgetCommand.html
|
229
|
+
- redis/redis-2.2.14/doc/FlushallCommand.html
|
230
|
+
- redis/redis-2.2.14/doc/LlenCommand.html
|
231
|
+
- redis/redis-2.2.14/doc/SaddCommand.html
|
232
|
+
- redis/redis-2.2.14/doc/SdiffstoreCommand.html
|
233
|
+
- redis/redis-2.2.14/doc/NonexistentCommands.html
|
234
|
+
- redis/redis-2.2.14/doc/ScardCommand.html
|
235
|
+
- redis/redis-2.2.14/doc/BrpoplpushCommand.html
|
236
|
+
- redis/redis-2.2.14/doc/LremCommand.html
|
237
|
+
- redis/redis-2.2.14/doc/GetbitCommand.html
|
238
|
+
- redis/redis-2.2.14/doc/ZrangebyscoreCommand.html
|
239
|
+
- redis/redis-2.2.14/doc/ListCommandsSidebar.html
|
240
|
+
- redis/redis-2.2.14/doc/ZrangeCommand.html
|
241
|
+
- redis/redis-2.2.14/doc/PublishSubscribe.html
|
242
|
+
- redis/redis-2.2.14/doc/Credits.html
|
243
|
+
- redis/redis-2.2.14/doc/ZaddCommand.html
|
244
|
+
- redis/redis-2.2.14/doc/Comparisons.html
|
245
|
+
- redis/redis-2.2.14/doc/SrandmemberCommand.html
|
246
|
+
- redis/redis-2.2.14/doc/SdiffCommand.html
|
247
|
+
- redis/redis-2.2.14/doc/Redis_2_0_Whats_new.html
|
248
|
+
- redis/redis-2.2.14/doc/SelectCommand.html
|
249
|
+
- redis/redis-2.2.14/doc/SortCommand.html
|
250
|
+
- redis/redis-2.2.14/doc/MonitorCommand.html
|
251
|
+
- redis/redis-2.2.14/doc/RpushCommand.html
|
252
|
+
- redis/redis-2.2.14/doc/HmgetCommand.html
|
253
|
+
- redis/redis-2.2.14/doc/ZunionstoreCommand.html
|
254
|
+
- redis/redis-2.2.14/doc/Features.html
|
255
|
+
- redis/redis-2.2.14/doc/Speed.html
|
256
|
+
- redis/redis-2.2.14/doc/TypeCommand.html
|
257
|
+
- redis/redis-2.2.14/doc/Benchmarks.html
|
258
|
+
- redis/redis-2.2.14/doc/HincrbyCommand.html
|
259
|
+
- redis/redis-2.2.14/doc/ZremrangebyrankCommand.html
|
260
|
+
- redis/redis-2.2.14/doc/ReplicationHowto.html
|
261
|
+
- redis/redis-2.2.14/doc/ObjectHashMappers.html
|
262
|
+
- redis/redis-2.2.14/doc/HsetnxCommand.html
|
263
|
+
- redis/redis-2.2.14/doc/SupportedLanguages.html
|
264
|
+
- redis/redis-2.2.14/doc/FromSqlToDataStructures.html
|
265
|
+
- redis/redis-2.2.14/doc/LastsaveCommand.html
|
266
|
+
- redis/redis-2.2.14/doc/ExistsCommand.html
|
267
|
+
- redis/redis-2.2.14/doc/Pipelining.html
|
268
|
+
- redis/redis-2.2.14/doc/SismemberCommand.html
|
269
|
+
- redis/redis-2.2.14/doc/IncrCommand.html
|
270
|
+
- redis/redis-2.2.14/doc/SetexCommand.html
|
271
|
+
- redis/redis-2.2.14/doc/SmoveCommand.html
|
272
|
+
- redis/redis-2.2.14/doc/HackingStrings.html
|
273
|
+
- redis/redis-2.2.14/doc/HexistsCommand.html
|
274
|
+
- redis/redis-2.2.14/doc/Strings.html
|
275
|
+
- redis/redis-2.2.14/doc/StringCommandsSidebar.html
|
276
|
+
- redis/redis-2.2.14/doc/GenericCommandsSidebar.html
|
277
|
+
- redis/redis-2.2.14/doc/ExpireCommand.html
|
278
|
+
- redis/redis-2.2.14/doc/BlpopCommand.html
|
279
|
+
- redis/redis-2.2.14/doc/MoveCommand.html
|
280
|
+
- redis/redis-2.2.14/doc/GetCommand.html
|
281
|
+
- redis/redis-2.2.14/doc/ShutdownCommand.html
|
282
|
+
- redis/redis-2.2.14/doc/LrangeCommand.html
|
283
|
+
- redis/redis-2.2.14/doc/ZcardCommand.html
|
284
|
+
- redis/redis-2.2.14/doc/RpoplpushCommand.html
|
285
|
+
- redis/redis-2.2.14/doc/BgrewriteaofCommand.html
|
286
|
+
- redis/redis-2.2.14/doc/Sets.html
|
287
|
+
- redis/redis-2.2.14/doc/MsetCommand.html
|
288
|
+
- redis/redis-2.2.14/doc/Hashes.html
|
289
|
+
- redis/redis-2.2.14/doc/HgetallCommand.html
|
290
|
+
- redis/redis-2.2.14/doc/AppendOnlyFileHowto.html
|
291
|
+
- redis/redis-2.2.14/doc/ReplyTypes.html
|
292
|
+
- redis/redis-2.2.14/doc/FlushdbCommand.html
|
293
|
+
- redis/redis-2.2.14/doc/index.html
|
294
|
+
- redis/redis-2.2.14/doc/RedisInternals.html
|
295
|
+
- redis/redis-2.2.14/Makefile
|
296
|
+
- redis/redis-2.2.14/CONTRIBUTING
|
297
|
+
- redis/redis-2.2.14/TODO
|
298
|
+
- redis/redis-2.2.14/00-RELEASENOTES
|
299
|
+
- redis/redis-2.2.14/Changelog
|
300
|
+
- redis/redis-2.2.14/design-documents/REDIS-CLUSTER-2
|
301
|
+
- redis/redis-2.2.14/design-documents/REDIS-CLUSTER
|
302
|
+
- redis/redis-2.2.14/tests/support/util.tcl
|
303
|
+
- redis/redis-2.2.14/tests/support/test.tcl
|
304
|
+
- redis/redis-2.2.14/tests/support/tmpfile.tcl
|
305
|
+
- redis/redis-2.2.14/tests/support/redis.tcl
|
306
|
+
- redis/redis-2.2.14/tests/support/server.tcl
|
307
|
+
- redis/redis-2.2.14/tests/unit/sort.tcl
|
308
|
+
- redis/redis-2.2.14/tests/unit/cas.tcl
|
309
|
+
- redis/redis-2.2.14/tests/unit/protocol.tcl
|
310
|
+
- redis/redis-2.2.14/tests/unit/other.tcl
|
311
|
+
- redis/redis-2.2.14/tests/unit/type/set.tcl
|
312
|
+
- redis/redis-2.2.14/tests/unit/type/zset.tcl
|
313
|
+
- redis/redis-2.2.14/tests/unit/type/list.tcl
|
314
|
+
- redis/redis-2.2.14/tests/unit/type/hash.tcl
|
315
|
+
- redis/redis-2.2.14/tests/unit/printver.tcl
|
316
|
+
- redis/redis-2.2.14/tests/unit/basic.tcl
|
317
|
+
- redis/redis-2.2.14/tests/unit/expire.tcl
|
318
|
+
- redis/redis-2.2.14/tests/unit/quit.tcl
|
319
|
+
- redis/redis-2.2.14/tests/unit/slowlog.tcl
|
320
|
+
- redis/redis-2.2.14/tests/unit/auth.tcl
|
321
|
+
- redis/redis-2.2.14/tests/unit/pubsub.tcl
|
322
|
+
- redis/redis-2.2.14/tests/integration/redis-cli.tcl
|
323
|
+
- redis/redis-2.2.14/tests/integration/aof.tcl
|
324
|
+
- redis/redis-2.2.14/tests/integration/replication.tcl
|
325
|
+
- redis/redis-2.2.14/tests/test_helper.tcl
|
326
|
+
- redis/redis-2.2.14/tests/assets/default.conf
|
327
|
+
- redis/redis-2.2.14/utils/generate-command-help.rb
|
328
|
+
- redis/redis-2.2.14/utils/redis-copy.rb
|
329
|
+
- redis/redis-2.2.14/utils/build-static-symbols.tcl
|
330
|
+
- redis/redis-2.2.14/utils/redis-sha1.rb
|
331
|
+
- redis/redis-2.2.14/utils/mktarball.sh
|
332
|
+
- redis/redis-2.2.14/utils/redis_init_script
|
333
|
+
- redis/redis-2.2.14/COPYING
|
334
|
+
- redis/redis-2.2.14/client-libraries/README
|
335
|
+
- redis/redis-2.2.14/README
|
336
336
|
- redis/extconf.rb
|
337
337
|
- LICENSE
|
338
338
|
- README.md
|