redis-server 0.0.1 → 0.0.2
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.11 → redis-2.2.12}/00-RELEASENOTES +16 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/BUGS +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/CONTRIBUTING +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/COPYING +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/Changelog +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/INSTALL +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/Makefile +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/README +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/TODO +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/client-libraries/README +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/hiredis/COPYING +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/hiredis/Makefile +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/hiredis/README.md +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/hiredis/TODO +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/hiredis/adapters/ae.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/hiredis/adapters/libev.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/hiredis/adapters/libevent.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/hiredis/async.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/hiredis/async.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/hiredis/example-ae.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/hiredis/example-libev.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/hiredis/example-libevent.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/hiredis/example.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/hiredis/fmacros.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/hiredis/hiredis.c +3 -3
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/hiredis/hiredis.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/hiredis/net.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/hiredis/net.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/hiredis/sds.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/hiredis/sds.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/hiredis/test.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/hiredis/util.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/linenoise/Makefile +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/linenoise/README.markdown +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/linenoise/example.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/linenoise/linenoise.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/deps/linenoise/linenoise.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/design-documents/REDIS-CLUSTER +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/design-documents/REDIS-CLUSTER-2 +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/AppendCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/AppendOnlyFileHowto.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/AuthCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/Benchmarks.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/BgrewriteaofCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/BgsaveCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/BlpopCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/BrpoplpushCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/CommandReference.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/Comparisons.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ConfigCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/Configuration.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ConnectionHandlingSidebar.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ControlCommandsSidebar.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/Credits.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/DbsizeCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/DelCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/DesignPatterns.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/EventLibray.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ExistsCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ExpireCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/FAQ.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/Features.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/FlushallCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/FlushdbCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/FromSqlToDataStructures.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/GenericCommandsSidebar.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/GetCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/GetbitCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/GetsetCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/HackingStrings.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/HashCommandsSidebar.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/Hashes.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/HdelCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/HexistsCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/HgetCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/HgetallCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/HincrbyCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/HlenCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/HmgetCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/HmsetCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/HsetCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/HsetnxCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/IncrCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/InfoCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/IntroductionToRedisDataTypes.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/KeysCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/LastsaveCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/LindexCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ListCommandsSidebar.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/Lists.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/LlenCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/LpopCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/LrangeCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/LremCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/LsetCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/LtrimCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/MgetCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/MonitorCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/MoveCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/MsetCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/MultiExecCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/NonexistentCommands.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ObjectHashMappers.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/Pipelining.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ProgrammingExamples.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ProtocolSpecification.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/PublishSubscribe.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/QuickStart.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/QuitCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/README.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/RandomkeyCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/Redis0100ChangeLog.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/Redis0900ChangeLog.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/RedisBigData.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/RedisCLI.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/RedisEventLibrary.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/RedisGuides.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/RedisInternals.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/RedisPipelining.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/RedisStatus.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/Redis_1_2_0_Changelog.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/Redis_2_0_0_Changelog.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/Redis_2_0_Whats_new.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/RenameCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/RenamenxCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ReplicationHowto.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ReplyTypes.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/RoadMap.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/RpoplpushCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/RpushCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SaddCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SaveCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ScardCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SdiffCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SdiffstoreCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SelectCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SetCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SetCommandsSidebar.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SetbitCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SetexCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SetnxCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SetrangeCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/Sets.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ShutdownCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SideBar.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SinterCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SinterstoreCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SismemberCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SlaveofCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SmembersCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SmoveCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SortCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SortedSetCommandsSidebar.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SortedSets.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/Speed.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SponsorshipHistory.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SpopCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SrandmemberCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SremCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/StringCommandsSidebar.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/Strings.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/StrlenCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SubstrCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SunionCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SunionstoreCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SupportedLanguages.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/SupportedPlatforms.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/TemplateCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/TtlCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/TwitterAlikeExample.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/TypeCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/UnstableSource.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/VirtualMemorySpecification.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/VirtualMemoryUserGuide.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ZaddCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ZcardCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ZincrbyCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ZrangeCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ZrangebyscoreCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ZrankCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ZremCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ZremrangebyrankCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ZremrangebyscoreCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ZscoreCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ZunionCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/ZunionstoreCommand.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/index.html +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/redis.png +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/doc/style.css +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/redis.conf +27 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/Makefile +38 -18
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/adlist.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/adlist.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/ae.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/ae.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/ae_epoll.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/ae_kqueue.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/ae_select.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/anet.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/anet.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/aof.c +5 -3
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/config.c +37 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/config.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/db.c +20 -3
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/debug.c +6 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/dict.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/dict.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/fmacros.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/help.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/intset.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/intset.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/lzf.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/lzfP.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/lzf_c.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/lzf_d.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/mkreleasehdr.sh +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/multi.c +8 -3
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/networking.c +2 -1
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/object.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/pqsort.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/pqsort.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/pubsub.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/rdb.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/redis-benchmark.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/redis-check-aof.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/redis-check-dump.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/redis-cli.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/redis.c +65 -49
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/redis.h +11 -3
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/release.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/replication.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/sds.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/sds.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/sha1.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/sha1.h +0 -0
- data/redis/redis-2.2.12/src/slowlog.c +115 -0
- data/redis/redis-2.2.12/src/slowlog.h +15 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/solarisfixes.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/sort.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/syncio.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/t_hash.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/t_list.c +3 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/t_set.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/t_string.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/t_zset.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/testhelp.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/util.c +12 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/valgrind.sup +0 -0
- data/redis/redis-2.2.12/src/version.h +1 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/vm.c +4 -4
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/ziplist.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/ziplist.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/zipmap.c +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/zipmap.h +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/zmalloc.c +0 -10
- data/redis/{redis-2.2.11 → redis-2.2.12}/src/zmalloc.h +0 -3
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/assets/default.conf +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/integration/aof.tcl +18 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/integration/redis-cli.tcl +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/integration/replication.tcl +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/support/redis.tcl +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/support/server.tcl +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/support/test.tcl +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/support/tmpfile.tcl +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/support/util.tcl +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/test_helper.tcl +2 -1
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/unit/auth.tcl +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/unit/basic.tcl +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/unit/cas.tcl +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/unit/expire.tcl +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/unit/other.tcl +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/unit/printver.tcl +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/unit/protocol.tcl +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/unit/pubsub.tcl +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/unit/quit.tcl +0 -0
- data/redis/redis-2.2.12/tests/unit/slowlog.tcl +41 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/unit/sort.tcl +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/unit/type/hash.tcl +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/unit/type/list.tcl +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/unit/type/set.tcl +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/tests/unit/type/zset.tcl +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/utils/build-static-symbols.tcl +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/utils/generate-command-help.rb +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/utils/mktarball.sh +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/utils/redis-copy.rb +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/utils/redis-sha1.rb +0 -0
- data/redis/{redis-2.2.11 → redis-2.2.12}/utils/redis_init_script +0 -0
- metadata +294 -291
- data/redis/redis-2.2.11/src/version.h +0 -1
@@ -0,0 +1,15 @@
|
|
1
|
+
/* This structure defines an entry inside the slow log list */
|
2
|
+
typedef struct slowlogEntry {
|
3
|
+
robj **argv;
|
4
|
+
int argc;
|
5
|
+
long long id; /* Unique entry identifier. */
|
6
|
+
long long duration; /* Time spent by the query, in nanoseconds. */
|
7
|
+
time_t time; /* Unix time at which the query was executed. */
|
8
|
+
} slowlogEntry;
|
9
|
+
|
10
|
+
/* Exported API */
|
11
|
+
void slowlogInit(void);
|
12
|
+
void slowlogPushEntryIfNeeded(robj **argv, int argc, long long duration);
|
13
|
+
|
14
|
+
/* Exported commands */
|
15
|
+
void slowlogCommand(redisClient *c);
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -904,6 +904,7 @@ void blockingPopGenericCommand(redisClient *c, int where) {
|
|
904
904
|
if (listTypeLength(o) != 0) {
|
905
905
|
/* If the list contains elements fall back to the usual
|
906
906
|
* non-blocking POP operation */
|
907
|
+
struct redisCommand *orig_cmd;
|
907
908
|
robj *argv[2], **orig_argv;
|
908
909
|
int orig_argc;
|
909
910
|
|
@@ -911,6 +912,7 @@ void blockingPopGenericCommand(redisClient *c, int where) {
|
|
911
912
|
* popGenericCommand() as the command takes a single key. */
|
912
913
|
orig_argv = c->argv;
|
913
914
|
orig_argc = c->argc;
|
915
|
+
orig_cmd = c->cmd;
|
914
916
|
argv[1] = c->argv[j];
|
915
917
|
c->argv = argv;
|
916
918
|
c->argc = 2;
|
@@ -928,6 +930,7 @@ void blockingPopGenericCommand(redisClient *c, int where) {
|
|
928
930
|
/* Fix the client structure with the original stuff */
|
929
931
|
c->argv = orig_argv;
|
930
932
|
c->argc = orig_argc;
|
933
|
+
c->cmd = orig_cmd;
|
931
934
|
|
932
935
|
return;
|
933
936
|
}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -1,6 +1,7 @@
|
|
1
1
|
#include "redis.h"
|
2
2
|
#include <ctype.h>
|
3
3
|
#include <limits.h>
|
4
|
+
#include <sys/time.h>
|
4
5
|
|
5
6
|
/* Glob-style pattern matching. */
|
6
7
|
int stringmatchlen(const char *pattern, int patternLen,
|
@@ -241,3 +242,14 @@ int isObjectRepresentableAsLongLong(robj *o, long long *llongval) {
|
|
241
242
|
return isStringRepresentableAsLongLong(o->ptr,llongval);
|
242
243
|
}
|
243
244
|
}
|
245
|
+
|
246
|
+
/* Return the UNIX time in microseconds */
|
247
|
+
long long ustime(void) {
|
248
|
+
struct timeval tv;
|
249
|
+
long long ust;
|
250
|
+
|
251
|
+
gettimeofday(&tv, NULL);
|
252
|
+
ust = ((long long)tv.tv_sec)*1000000;
|
253
|
+
ust += tv.tv_usec;
|
254
|
+
return ust;
|
255
|
+
}
|
File without changes
|
@@ -0,0 +1 @@
|
|
1
|
+
#define REDIS_VERSION "2.2.12"
|
@@ -1064,11 +1064,11 @@ void execBlockClientOnSwappedKeys(redisClient *c, struct redisCommand *cmd, int
|
|
1064
1064
|
*
|
1065
1065
|
* Return 1 if the client is marked as blocked, 0 if the client can
|
1066
1066
|
* continue as the keys it is going to access appear to be in memory. */
|
1067
|
-
int blockClientOnSwappedKeys(redisClient *c
|
1068
|
-
if (cmd->vm_preload_proc != NULL) {
|
1069
|
-
cmd->vm_preload_proc(c,cmd,c->argc,c->argv);
|
1067
|
+
int blockClientOnSwappedKeys(redisClient *c) {
|
1068
|
+
if (c->cmd->vm_preload_proc != NULL) {
|
1069
|
+
c->cmd->vm_preload_proc(c,c->cmd,c->argc,c->argv);
|
1070
1070
|
} else {
|
1071
|
-
waitForMultipleSwappedKeys(c,cmd,c->argc,c->argv);
|
1071
|
+
waitForMultipleSwappedKeys(c,c->cmd,c->argc,c->argv);
|
1072
1072
|
}
|
1073
1073
|
|
1074
1074
|
/* If the client was blocked for at least one key, mark it as blocked. */
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -55,16 +55,13 @@
|
|
55
55
|
|
56
56
|
#define update_zmalloc_stat_alloc(__n,__size) do { \
|
57
57
|
size_t _n = (__n); \
|
58
|
-
size_t _stat_slot = (__size < ZMALLOC_MAX_ALLOC_STAT) ? __size : ZMALLOC_MAX_ALLOC_STAT; \
|
59
58
|
if (_n&(sizeof(long)-1)) _n += sizeof(long)-(_n&(sizeof(long)-1)); \
|
60
59
|
if (zmalloc_thread_safe) { \
|
61
60
|
pthread_mutex_lock(&used_memory_mutex); \
|
62
61
|
used_memory += _n; \
|
63
|
-
zmalloc_allocations[_stat_slot]++; \
|
64
62
|
pthread_mutex_unlock(&used_memory_mutex); \
|
65
63
|
} else { \
|
66
64
|
used_memory += _n; \
|
67
|
-
zmalloc_allocations[_stat_slot]++; \
|
68
65
|
} \
|
69
66
|
} while(0)
|
70
67
|
|
@@ -83,8 +80,6 @@
|
|
83
80
|
static size_t used_memory = 0;
|
84
81
|
static int zmalloc_thread_safe = 0;
|
85
82
|
pthread_mutex_t used_memory_mutex = PTHREAD_MUTEX_INITIALIZER;
|
86
|
-
/* Note that malloc_allocations elements are initialized to zero by C */
|
87
|
-
size_t zmalloc_allocations[ZMALLOC_MAX_ALLOC_STAT+1];
|
88
83
|
|
89
84
|
static void zmalloc_oom(size_t size) {
|
90
85
|
fprintf(stderr, "zmalloc: Out of memory trying to allocate %zu bytes\n",
|
@@ -185,11 +180,6 @@ size_t zmalloc_used_memory(void) {
|
|
185
180
|
return um;
|
186
181
|
}
|
187
182
|
|
188
|
-
size_t zmalloc_allocations_for_size(size_t size) {
|
189
|
-
if (size > ZMALLOC_MAX_ALLOC_STAT) return 0;
|
190
|
-
return zmalloc_allocations[size];
|
191
|
-
}
|
192
|
-
|
193
183
|
void zmalloc_enable_thread_safeness(void) {
|
194
184
|
zmalloc_thread_safe = 1;
|
195
185
|
}
|
@@ -40,8 +40,5 @@ size_t zmalloc_used_memory(void);
|
|
40
40
|
void zmalloc_enable_thread_safeness(void);
|
41
41
|
float zmalloc_get_fragmentation_ratio(void);
|
42
42
|
size_t zmalloc_get_rss(void);
|
43
|
-
size_t zmalloc_allocations_for_size(size_t size);
|
44
|
-
|
45
|
-
#define ZMALLOC_MAX_ALLOC_STAT 256
|
46
43
|
|
47
44
|
#endif /* _ZMALLOC_H */
|
File without changes
|
@@ -101,4 +101,22 @@ tags {"aof"} {
|
|
101
101
|
assert_equal 1 [$client scard set]
|
102
102
|
}
|
103
103
|
}
|
104
|
+
|
105
|
+
## Test that EXPIREAT is loaded correctly
|
106
|
+
create_aof {
|
107
|
+
append_to_aof [formatCommand rpush list foo]
|
108
|
+
append_to_aof [formatCommand expireat list 1000]
|
109
|
+
append_to_aof [formatCommand rpush list bar]
|
110
|
+
}
|
111
|
+
|
112
|
+
start_server_aof [list dir $server_path] {
|
113
|
+
test "AOF+EXPIRE: Server should have been started" {
|
114
|
+
assert_equal 1 [is_alive $srv]
|
115
|
+
}
|
116
|
+
|
117
|
+
test "AOF+EXPIRE: List should be empty" {
|
118
|
+
set client [redis [dict get $srv host] [dict get $srv port]]
|
119
|
+
assert_equal 0 [$client llen list]
|
120
|
+
}
|
121
|
+
}
|
104
122
|
}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -125,9 +125,10 @@ proc execute_everything {} {
|
|
125
125
|
execute_tests "integration/aof"
|
126
126
|
# execute_tests "integration/redis-cli"
|
127
127
|
execute_tests "unit/pubsub"
|
128
|
+
execute_tests "unit/slowlog"
|
128
129
|
|
129
130
|
# run tests with VM enabled
|
130
|
-
set ::global_overrides {vm-enabled yes}
|
131
|
+
set ::global_overrides {vm-enabled yes really-use-vm yes}
|
131
132
|
execute_tests "unit/protocol"
|
132
133
|
execute_tests "unit/basic"
|
133
134
|
execute_tests "unit/type/list"
|
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
|
@@ -0,0 +1,41 @@
|
|
1
|
+
start_server {tags {"slowlog"}} {
|
2
|
+
test {SLOWLOG - check that it starts with an empty log} {
|
3
|
+
r slowlog len
|
4
|
+
} {0}
|
5
|
+
|
6
|
+
test {SLOWLOG - only logs commands taking more time than specified} {
|
7
|
+
r config set slowlog-log-slower-than 100000
|
8
|
+
r ping
|
9
|
+
assert_equal [r slowlog len] 0
|
10
|
+
r debug sleep 0.2
|
11
|
+
assert_equal [r slowlog len] 1
|
12
|
+
}
|
13
|
+
|
14
|
+
test {SLOWLOG - max entries is correctly handled} {
|
15
|
+
r config set slowlog-log-slower-than 0
|
16
|
+
r config set slowlog-max-len 10
|
17
|
+
for {set i 0} {$i < 100} {incr i} {
|
18
|
+
r ping
|
19
|
+
}
|
20
|
+
r slowlog len
|
21
|
+
} {10}
|
22
|
+
|
23
|
+
test {SLOWLOG - GET optional argument to limit output len works} {
|
24
|
+
llength [r slowlog get 5]
|
25
|
+
} {5}
|
26
|
+
|
27
|
+
test {SLOWLOG - RESET subcommand works} {
|
28
|
+
r config set slowlog-log-slower-than 100000
|
29
|
+
r slowlog reset
|
30
|
+
r slowlog len
|
31
|
+
} {0}
|
32
|
+
|
33
|
+
test {SLOWLOG - logged entry sanity check} {
|
34
|
+
r debug sleep 0.2
|
35
|
+
set e [lindex [r slowlog get] 0]
|
36
|
+
assert_equal [llength $e] 4
|
37
|
+
assert_equal [lindex $e 0] 105
|
38
|
+
assert_equal [expr {[lindex $e 2] > 100000}] 1
|
39
|
+
assert_equal [lindex $e 3] {debug sleep 0.2}
|
40
|
+
}
|
41
|
+
}
|
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.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,12 +9,12 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2011-07-
|
12
|
+
date: 2011-07-24 00:00:00.000000000 +10:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: clamp
|
17
|
-
requirement: &
|
17
|
+
requirement: &74923260 !ruby/object:Gem::Requirement
|
18
18
|
none: false
|
19
19
|
requirements:
|
20
20
|
- - ~>
|
@@ -22,10 +22,10 @@ dependencies:
|
|
22
22
|
version: 0.2.1
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
|
-
version_requirements: *
|
25
|
+
version_requirements: *74923260
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: daemon_controller
|
28
|
-
requirement: &
|
28
|
+
requirement: &74923010 !ruby/object:Gem::Requirement
|
29
29
|
none: false
|
30
30
|
requirements:
|
31
31
|
- - ~>
|
@@ -33,7 +33,7 @@ dependencies:
|
|
33
33
|
version: 0.2.6
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
|
-
version_requirements: *
|
36
|
+
version_requirements: *74923010
|
37
37
|
description: ! ' Gem to install the redis server; makes things
|
38
38
|
easy.
|
39
39
|
|
@@ -46,292 +46,295 @@ extensions:
|
|
46
46
|
extra_rdoc_files: []
|
47
47
|
files:
|
48
48
|
- bin/redis
|
49
|
-
- redis/redis-2.2.11/BUGS
|
50
|
-
- redis/redis-2.2.11/README
|
51
|
-
- redis/redis-2.2.11/client-libraries/README
|
52
|
-
- redis/redis-2.2.11/Changelog
|
53
|
-
- redis/redis-2.2.11/redis.conf
|
54
|
-
- redis/redis-2.2.11/TODO
|
55
|
-
- redis/redis-2.2.11/INSTALL
|
56
|
-
- redis/redis-2.2.11/Makefile
|
57
|
-
- redis/redis-2.2.11/doc/HincrbyCommand.html
|
58
|
-
- redis/redis-2.2.11/doc/BgsaveCommand.html
|
59
|
-
- redis/redis-2.2.11/doc/Features.html
|
60
|
-
- redis/redis-2.2.11/doc/Comparisons.html
|
61
|
-
- redis/redis-2.2.11/doc/SubstrCommand.html
|
62
|
-
- redis/redis-2.2.11/doc/Redis_2_0_0_Changelog.html
|
63
|
-
- redis/redis-2.2.11/doc/RedisPipelining.html
|
64
|
-
- redis/redis-2.2.11/doc/MonitorCommand.html
|
65
|
-
- redis/redis-2.2.11/doc/LlenCommand.html
|
66
|
-
- redis/redis-2.2.11/doc/ZunionstoreCommand.html
|
67
|
-
- redis/redis-2.2.11/doc/SremCommand.html
|
68
|
-
- redis/redis-2.2.11/doc/ZscoreCommand.html
|
69
|
-
- redis/redis-2.2.11/doc/GenericCommandsSidebar.html
|
70
|
-
- redis/redis-2.2.11/doc/CommandReference.html
|
71
|
-
- redis/redis-2.2.11/doc/ZrangebyscoreCommand.html
|
72
|
-
- redis/redis-2.2.11/doc/InfoCommand.html
|
73
|
-
- redis/redis-2.2.11/doc/index.html
|
74
|
-
- redis/redis-2.2.11/doc/VirtualMemoryUserGuide.html
|
75
|
-
- redis/redis-2.2.11/doc/LastsaveCommand.html
|
76
|
-
- redis/redis-2.2.11/doc/Redis0100ChangeLog.html
|
77
|
-
- redis/redis-2.2.11/doc/ZcardCommand.html
|
78
|
-
- redis/redis-2.2.11/doc/FlushdbCommand.html
|
79
|
-
- redis/redis-2.2.11/doc/LpopCommand.html
|
80
|
-
- redis/redis-2.2.11/doc/ScardCommand.html
|
81
|
-
- redis/redis-2.2.11/doc/ZremrangebyrankCommand.html
|
82
|
-
- redis/redis-2.2.11/doc/Credits.html
|
83
|
-
- redis/redis-2.2.11/doc/ListCommandsSidebar.html
|
84
|
-
- redis/redis-2.2.11/doc/SetrangeCommand.html
|
85
|
-
- redis/redis-2.2.11/doc/RoadMap.html
|
86
|
-
- redis/redis-2.2.11/doc/GetCommand.html
|
87
|
-
- redis/redis-2.2.11/doc/AppendCommand.html
|
88
|
-
- redis/redis-2.2.11/doc/RandomkeyCommand.html
|
89
|
-
- redis/redis-2.2.11/doc/HmgetCommand.html
|
90
|
-
- redis/redis-2.2.11/doc/MultiExecCommand.html
|
91
|
-
- redis/redis-2.2.11/doc/Speed.html
|
92
|
-
- redis/redis-2.2.11/doc/QuickStart.html
|
93
|
-
- redis/redis-2.2.11/doc/RpushCommand.html
|
94
|
-
- redis/redis-2.2.11/doc/SupportedPlatforms.html
|
95
|
-
- redis/redis-2.2.11/doc/TypeCommand.html
|
96
|
-
- redis/redis-2.2.11/doc/ConnectionHandlingSidebar.html
|
97
|
-
- redis/redis-2.2.11/doc/MoveCommand.html
|
98
|
-
- redis/redis-2.2.11/doc/DesignPatterns.html
|
99
|
-
- redis/redis-2.2.11/doc/SaddCommand.html
|
100
|
-
- redis/redis-2.2.11/doc/HsetCommand.html
|
101
|
-
- redis/redis-2.2.11/doc/SaveCommand.html
|
102
|
-
- redis/redis-2.2.11/doc/Benchmarks.html
|
103
|
-
- redis/redis-2.2.11/doc/RpoplpushCommand.html
|
104
|
-
- redis/redis-2.2.11/doc/DbsizeCommand.html
|
105
|
-
- redis/redis-2.2.11/doc/LtrimCommand.html
|
106
|
-
- redis/redis-2.2.11/doc/FAQ.html
|
107
|
-
- redis/redis-2.2.11/doc/Configuration.html
|
108
|
-
- redis/redis-2.2.11/doc/SmembersCommand.html
|
109
|
-
- redis/redis-2.2.11/doc/FlushallCommand.html
|
110
|
-
- redis/redis-2.2.11/doc/RedisGuides.html
|
111
|
-
- redis/redis-2.2.11/doc/SetCommand.html
|
112
|
-
- redis/redis-2.2.11/doc/HgetallCommand.html
|
113
|
-
- redis/redis-2.2.11/doc/LrangeCommand.html
|
114
|
-
- redis/redis-2.2.11/doc/LsetCommand.html
|
115
|
-
- redis/redis-2.2.11/doc/Pipelining.html
|
116
|
-
- redis/redis-2.2.11/doc/BgrewriteaofCommand.html
|
117
|
-
- redis/redis-2.2.11/doc/HackingStrings.html
|
118
|
-
- redis/redis-2.2.11/doc/SlaveofCommand.html
|
119
|
-
- redis/redis-2.2.11/doc/PublishSubscribe.html
|
120
|
-
- redis/redis-2.2.11/doc/DelCommand.html
|
121
|
-
- redis/redis-2.2.11/doc/HdelCommand.html
|
122
|
-
- redis/redis-2.2.11/doc/MgetCommand.html
|
123
|
-
- redis/redis-2.2.11/doc/KeysCommand.html
|
124
|
-
- redis/redis-2.2.11/doc/ZrangeCommand.html
|
125
|
-
- redis/redis-2.2.11/doc/SrandmemberCommand.html
|
126
|
-
- redis/redis-2.2.11/doc/SupportedLanguages.html
|
127
|
-
- redis/redis-2.2.11/doc/style.css
|
128
|
-
- redis/redis-2.2.11/doc/Sets.html
|
129
|
-
- redis/redis-2.2.11/doc/StrlenCommand.html
|
130
|
-
- redis/redis-2.2.11/doc/Redis_1_2_0_Changelog.html
|
131
|
-
- redis/redis-2.2.11/doc/SdiffCommand.html
|
132
|
-
- redis/redis-2.2.11/doc/HexistsCommand.html
|
133
|
-
- redis/redis-2.2.11/doc/BlpopCommand.html
|
134
|
-
- redis/redis-2.2.11/doc/ProgrammingExamples.html
|
135
|
-
- redis/redis-2.2.11/doc/RedisBigData.html
|
136
|
-
- redis/redis-2.2.11/doc/IncrCommand.html
|
137
|
-
- redis/redis-2.2.11/doc/UnstableSource.html
|
138
|
-
- redis/redis-2.2.11/doc/HgetCommand.html
|
139
|
-
- redis/redis-2.2.11/doc/VirtualMemorySpecification.html
|
140
|
-
- redis/redis-2.2.11/doc/SortedSetCommandsSidebar.html
|
141
|
-
- redis/redis-2.2.11/doc/SponsorshipHistory.html
|
142
|
-
- redis/redis-2.2.11/doc/EventLibray.html
|
143
|
-
- redis/redis-2.2.11/doc/AuthCommand.html
|
144
|
-
- redis/redis-2.2.11/doc/ControlCommandsSidebar.html
|
145
|
-
- redis/redis-2.2.11/doc/RedisStatus.html
|
146
|
-
- redis/redis-2.2.11/doc/Hashes.html
|
147
|
-
- redis/redis-2.2.11/doc/ZincrbyCommand.html
|
148
|
-
- redis/redis-2.2.11/doc/SetCommandsSidebar.html
|
149
|
-
- redis/redis-2.2.11/doc/HmsetCommand.html
|
150
|
-
- redis/redis-2.2.11/doc/redis.png
|
151
|
-
- redis/redis-2.2.11/doc/SelectCommand.html
|
152
|
-
- redis/redis-2.2.11/doc/SinterstoreCommand.html
|
153
|
-
- redis/redis-2.2.11/doc/HlenCommand.html
|
154
|
-
- redis/redis-2.2.11/doc/IntroductionToRedisDataTypes.html
|
155
|
-
- redis/redis-2.2.11/doc/MsetCommand.html
|
156
|
-
- redis/redis-2.2.11/doc/GetsetCommand.html
|
157
|
-
- redis/redis-2.2.11/doc/ReplyTypes.html
|
158
|
-
- redis/redis-2.2.11/doc/ProtocolSpecification.html
|
159
|
-
- redis/redis-2.2.11/doc/NonexistentCommands.html
|
160
|
-
- redis/redis-2.2.11/doc/RedisInternals.html
|
161
|
-
- redis/redis-2.2.11/doc/SdiffstoreCommand.html
|
162
|
-
- redis/redis-2.2.11/doc/TemplateCommand.html
|
163
|
-
- redis/redis-2.2.11/doc/Redis_2_0_Whats_new.html
|
164
|
-
- redis/redis-2.2.11/doc/Redis0900ChangeLog.html
|
165
|
-
- redis/redis-2.2.11/doc/SinterCommand.html
|
166
|
-
- redis/redis-2.2.11/doc/HashCommandsSidebar.html
|
167
|
-
- redis/redis-2.2.11/doc/QuitCommand.html
|
168
|
-
- redis/redis-2.2.11/doc/LremCommand.html
|
169
|
-
- redis/redis-2.2.11/doc/ExpireCommand.html
|
170
|
-
- redis/redis-2.2.11/doc/ExistsCommand.html
|
171
|
-
- redis/redis-2.2.11/doc/SunionstoreCommand.html
|
172
|
-
- redis/redis-2.2.11/doc/Lists.html
|
173
|
-
- redis/redis-2.2.11/doc/RenamenxCommand.html
|
174
|
-
- redis/redis-2.2.11/doc/HsetnxCommand.html
|
175
|
-
- redis/redis-2.2.11/doc/SpopCommand.html
|
176
|
-
- redis/redis-2.2.11/doc/ZremCommand.html
|
177
|
-
- redis/redis-2.2.11/doc/ConfigCommand.html
|
178
|
-
- redis/redis-2.2.11/doc/SetbitCommand.html
|
179
|
-
- redis/redis-2.2.11/doc/ZaddCommand.html
|
180
|
-
- redis/redis-2.2.11/doc/StringCommandsSidebar.html
|
181
|
-
- redis/redis-2.2.11/doc/ZremrangebyscoreCommand.html
|
182
|
-
- redis/redis-2.2.11/doc/BrpoplpushCommand.html
|
183
|
-
- redis/redis-2.2.11/doc/TtlCommand.html
|
184
|
-
- redis/redis-2.2.11/doc/SismemberCommand.html
|
185
|
-
- redis/redis-2.2.11/doc/TwitterAlikeExample.html
|
186
|
-
- redis/redis-2.2.11/doc/SetexCommand.html
|
187
|
-
- redis/redis-2.2.11/doc/SunionCommand.html
|
188
|
-
- redis/redis-2.2.11/doc/README.html
|
189
|
-
- redis/redis-2.2.11/doc/SmoveCommand.html
|
190
|
-
- redis/redis-2.2.11/doc/ZrankCommand.html
|
191
|
-
- redis/redis-2.2.11/doc/ReplicationHowto.html
|
192
|
-
- redis/redis-2.2.11/doc/Strings.html
|
193
|
-
- redis/redis-2.2.11/doc/RenameCommand.html
|
194
|
-
- redis/redis-2.2.11/doc/LindexCommand.html
|
195
|
-
- redis/redis-2.2.11/doc/SortedSets.html
|
196
|
-
- redis/redis-2.2.11/doc/RedisEventLibrary.html
|
197
|
-
- redis/redis-2.2.11/doc/AppendOnlyFileHowto.html
|
198
|
-
- redis/redis-2.2.11/doc/SortCommand.html
|
199
|
-
- redis/redis-2.2.11/doc/ObjectHashMappers.html
|
200
|
-
- redis/redis-2.2.11/doc/ShutdownCommand.html
|
201
|
-
- redis/redis-2.2.11/doc/GetbitCommand.html
|
202
|
-
- redis/redis-2.2.11/doc/SetnxCommand.html
|
203
|
-
- redis/redis-2.2.11/doc/SideBar.html
|
204
|
-
- redis/redis-2.2.11/doc/RedisCLI.html
|
205
|
-
- redis/redis-2.2.11/doc/FromSqlToDataStructures.html
|
206
|
-
- redis/redis-2.2.11/doc/ZunionCommand.html
|
207
|
-
- redis/redis-2.2.11/tests/test_helper.tcl
|
208
|
-
- redis/redis-2.2.11/tests/support/test.tcl
|
209
|
-
- redis/redis-2.2.11/tests/support/util.tcl
|
210
|
-
- redis/redis-2.2.11/tests/support/redis.tcl
|
211
|
-
- redis/redis-2.2.11/tests/support/tmpfile.tcl
|
212
|
-
- redis/redis-2.2.11/tests/support/server.tcl
|
213
|
-
- redis/redis-2.2.11/tests/unit/pubsub.tcl
|
214
|
-
- redis/redis-2.2.11/tests/unit/printver.tcl
|
215
|
-
- redis/redis-2.2.11/tests/unit/basic.tcl
|
216
|
-
- redis/redis-2.2.11/tests/unit/other.tcl
|
217
|
-
- redis/redis-2.2.11/tests/unit/quit.tcl
|
218
|
-
- redis/redis-2.2.11/tests/unit/auth.tcl
|
219
|
-
- redis/redis-2.2.11/tests/unit/cas.tcl
|
220
|
-
- redis/redis-2.2.11/tests/unit/protocol.tcl
|
221
|
-
- redis/redis-2.2.11/tests/unit/sort.tcl
|
222
|
-
- redis/redis-2.2.11/tests/unit/type/set.tcl
|
223
|
-
- redis/redis-2.2.11/tests/unit/type/hash.tcl
|
224
|
-
- redis/redis-2.2.11/tests/unit/type/list.tcl
|
225
|
-
- redis/redis-2.2.11/tests/unit/type/zset.tcl
|
226
|
-
- redis/redis-2.2.11/tests/unit/expire.tcl
|
227
|
-
- redis/redis-2.2.11/tests/integration/redis-cli.tcl
|
228
|
-
- redis/redis-2.2.11/tests/integration/replication.tcl
|
229
|
-
- redis/redis-2.2.11/tests/integration/aof.tcl
|
230
|
-
- redis/redis-2.2.11/tests/assets/default.conf
|
231
|
-
- redis/redis-2.2.11/CONTRIBUTING
|
232
|
-
- redis/redis-2.2.11/COPYING
|
233
|
-
- redis/redis-2.2.11/design-documents/REDIS-CLUSTER-2
|
234
|
-
- redis/redis-2.2.11/design-documents/REDIS-CLUSTER
|
235
|
-
- redis/redis-2.2.11/00-RELEASENOTES
|
236
|
-
- redis/redis-2.2.11/utils/mktarball.sh
|
237
|
-
- redis/redis-2.2.11/utils/generate-command-help.rb
|
238
|
-
- redis/redis-2.2.11/utils/redis-copy.rb
|
239
|
-
- redis/redis-2.2.11/utils/redis-sha1.rb
|
240
|
-
- redis/redis-2.2.11/utils/redis_init_script
|
241
|
-
- redis/redis-2.2.11/utils/build-static-symbols.tcl
|
242
|
-
- redis/redis-2.2.11/deps/linenoise/linenoise.h
|
243
|
-
- redis/redis-2.2.11/deps/linenoise/Makefile
|
244
|
-
- redis/redis-2.2.11/deps/linenoise/example.c
|
245
|
-
- redis/redis-2.2.11/deps/linenoise/README.markdown
|
246
|
-
- redis/redis-2.2.11/deps/linenoise/linenoise.c
|
247
|
-
- redis/redis-2.2.11/deps/hiredis/README.md
|
248
|
-
- redis/redis-2.2.11/deps/hiredis/hiredis.h
|
249
|
-
- redis/redis-2.2.11/deps/hiredis/sds.h
|
250
|
-
- redis/redis-2.2.11/deps/hiredis/net.c
|
251
|
-
- redis/redis-2.2.11/deps/hiredis/example-libev.c
|
252
|
-
- redis/redis-2.2.11/deps/hiredis/TODO
|
253
|
-
- redis/redis-2.2.11/deps/hiredis/util.h
|
254
|
-
- redis/redis-2.2.11/deps/hiredis/Makefile
|
255
|
-
- redis/redis-2.2.11/deps/hiredis/example-libevent.c
|
256
|
-
- redis/redis-2.2.11/deps/hiredis/example.c
|
257
|
-
- redis/redis-2.2.11/deps/hiredis/async.h
|
258
|
-
- redis/redis-2.2.11/deps/hiredis/COPYING
|
259
|
-
- redis/redis-2.2.11/deps/hiredis/async.c
|
260
|
-
- redis/redis-2.2.11/deps/hiredis/hiredis.c
|
261
|
-
- redis/redis-2.2.11/deps/hiredis/sds.c
|
262
|
-
- redis/redis-2.2.11/deps/hiredis/example-ae.c
|
263
|
-
- redis/redis-2.2.11/deps/hiredis/fmacros.h
|
264
|
-
- redis/redis-2.2.11/deps/hiredis/adapters/ae.h
|
265
|
-
- redis/redis-2.2.11/deps/hiredis/adapters/libevent.h
|
266
|
-
- redis/redis-2.2.11/deps/hiredis/adapters/libev.h
|
267
|
-
- redis/redis-2.2.11/deps/hiredis/net.h
|
268
|
-
- redis/redis-2.2.11/deps/hiredis/test.c
|
269
|
-
- redis/redis-2.2.11/src/t_list.c
|
270
|
-
- redis/redis-2.2.11/src/mkreleasehdr.sh
|
271
|
-
- redis/redis-2.2.11/src/pqsort.h
|
272
|
-
- redis/redis-2.2.11/src/sds.h
|
273
|
-
- redis/redis-2.2.11/src/sort.c
|
274
|
-
- redis/redis-2.2.11/src/t_set.c
|
275
|
-
- redis/redis-2.2.11/src/adlist.c
|
276
|
-
- redis/redis-2.2.11/src/version.h
|
277
|
-
- redis/redis-2.2.11/src/lzf_d.c
|
278
|
-
- redis/redis-2.2.11/src/valgrind.sup
|
279
|
-
- redis/redis-2.2.11/src/util.c
|
280
|
-
- redis/redis-2.2.11/src/t_zset.c
|
281
|
-
- redis/redis-2.2.11/src/object.c
|
282
|
-
- redis/redis-2.2.11/src/redis-benchmark.c
|
283
|
-
- redis/redis-2.2.11/src/ae.h
|
284
|
-
- redis/redis-2.2.11/src/lzf.h
|
285
|
-
- redis/redis-2.2.11/src/multi.c
|
286
|
-
- redis/redis-2.2.11/src/vm.c
|
287
|
-
- redis/redis-2.2.11/src/debug.c
|
288
|
-
- redis/redis-2.2.11/src/redis-cli.c
|
289
|
-
- redis/redis-2.2.11/src/ziplist.h
|
290
|
-
- redis/redis-2.2.11/src/Makefile
|
291
|
-
- redis/redis-2.2.11/src/redis.c
|
292
|
-
- redis/redis-2.2.11/src/release.c
|
293
|
-
- redis/redis-2.2.11/src/intset.h
|
294
|
-
- redis/redis-2.2.11/src/dict.h
|
295
|
-
- redis/redis-2.2.11/src/sha1.h
|
296
|
-
- redis/redis-2.2.11/src/config.c
|
297
|
-
- redis/redis-2.2.11/src/ae_kqueue.c
|
298
|
-
- redis/redis-2.2.11/src/zmalloc.c
|
299
|
-
- redis/redis-2.2.11/src/redis.h
|
300
|
-
- redis/redis-2.2.11/src/lzf_c.c
|
301
|
-
- redis/redis-2.2.11/src/t_string.c
|
302
|
-
- redis/redis-2.2.11/src/zmalloc.h
|
303
|
-
- redis/redis-2.2.11/src/pqsort.c
|
304
|
-
- redis/redis-2.2.11/src/syncio.c
|
305
|
-
- redis/redis-2.2.11/src/help.h
|
306
|
-
- redis/redis-2.2.11/src/sha1.c
|
307
|
-
- redis/redis-2.2.11/src/ae_epoll.c
|
308
|
-
- redis/redis-2.2.11/src/sds.c
|
309
|
-
- redis/redis-2.2.11/src/config.h
|
310
|
-
- redis/redis-2.2.11/src/aof.c
|
311
|
-
- redis/redis-2.2.11/src/pubsub.c
|
312
|
-
- redis/redis-2.2.11/src/solarisfixes.h
|
313
|
-
- redis/redis-2.2.11/src/intset.c
|
314
|
-
- redis/redis-2.2.11/src/fmacros.h
|
315
|
-
- redis/redis-2.2.11/src/networking.c
|
316
|
-
- redis/redis-2.2.11/src/t_hash.c
|
317
|
-
- redis/redis-2.2.11/src/db.c
|
318
|
-
- redis/redis-2.2.11/src/replication.c
|
319
|
-
- redis/redis-2.2.11/src/ziplist.c
|
320
|
-
- redis/redis-2.2.11/src/anet.h
|
321
|
-
- redis/redis-2.2.11/src/redis-check-dump.c
|
322
|
-
- redis/redis-2.2.11/src/zipmap.h
|
323
|
-
- redis/redis-2.2.11/src/dict.c
|
324
|
-
- redis/redis-2.2.11/src/ae.c
|
325
|
-
- redis/redis-2.2.11/src/ae_select.c
|
326
|
-
- redis/redis-2.2.11/src/rdb.c
|
327
|
-
- redis/redis-2.2.11/src/testhelp.h
|
328
|
-
- redis/redis-2.2.11/src/anet.c
|
329
|
-
- redis/redis-2.2.11/src/adlist.h
|
330
|
-
- redis/redis-2.2.11/src/lzfP.h
|
331
|
-
- redis/redis-2.2.11/src/redis-check-aof.c
|
332
|
-
- redis/redis-2.2.11/src/zipmap.c
|
333
|
-
- redis/extconf.rb
|
334
49
|
- redis/Makefile
|
50
|
+
- redis/extconf.rb
|
51
|
+
- redis/redis-2.2.12/00-RELEASENOTES
|
52
|
+
- redis/redis-2.2.12/CONTRIBUTING
|
53
|
+
- redis/redis-2.2.12/Makefile
|
54
|
+
- redis/redis-2.2.12/Changelog
|
55
|
+
- redis/redis-2.2.12/COPYING
|
56
|
+
- redis/redis-2.2.12/INSTALL
|
57
|
+
- redis/redis-2.2.12/client-libraries/README
|
58
|
+
- redis/redis-2.2.12/utils/generate-command-help.rb
|
59
|
+
- redis/redis-2.2.12/utils/mktarball.sh
|
60
|
+
- redis/redis-2.2.12/utils/build-static-symbols.tcl
|
61
|
+
- redis/redis-2.2.12/utils/redis-copy.rb
|
62
|
+
- redis/redis-2.2.12/utils/redis_init_script
|
63
|
+
- redis/redis-2.2.12/utils/redis-sha1.rb
|
64
|
+
- redis/redis-2.2.12/doc/IntroductionToRedisDataTypes.html
|
65
|
+
- redis/redis-2.2.12/doc/CommandReference.html
|
66
|
+
- redis/redis-2.2.12/doc/RpoplpushCommand.html
|
67
|
+
- redis/redis-2.2.12/doc/RenameCommand.html
|
68
|
+
- redis/redis-2.2.12/doc/BgsaveCommand.html
|
69
|
+
- redis/redis-2.2.12/doc/SelectCommand.html
|
70
|
+
- redis/redis-2.2.12/doc/KeysCommand.html
|
71
|
+
- redis/redis-2.2.12/doc/VirtualMemorySpecification.html
|
72
|
+
- redis/redis-2.2.12/doc/SaddCommand.html
|
73
|
+
- redis/redis-2.2.12/doc/style.css
|
74
|
+
- redis/redis-2.2.12/doc/HmsetCommand.html
|
75
|
+
- redis/redis-2.2.12/doc/FromSqlToDataStructures.html
|
76
|
+
- redis/redis-2.2.12/doc/GetsetCommand.html
|
77
|
+
- redis/redis-2.2.12/doc/SupportedLanguages.html
|
78
|
+
- redis/redis-2.2.12/doc/MoveCommand.html
|
79
|
+
- redis/redis-2.2.12/doc/ZremCommand.html
|
80
|
+
- redis/redis-2.2.12/doc/HackingStrings.html
|
81
|
+
- redis/redis-2.2.12/doc/TypeCommand.html
|
82
|
+
- redis/redis-2.2.12/doc/RoadMap.html
|
83
|
+
- redis/redis-2.2.12/doc/Redis_2_0_Whats_new.html
|
84
|
+
- redis/redis-2.2.12/doc/ReplicationHowto.html
|
85
|
+
- redis/redis-2.2.12/doc/ZrangeCommand.html
|
86
|
+
- redis/redis-2.2.12/doc/SmembersCommand.html
|
87
|
+
- redis/redis-2.2.12/doc/Benchmarks.html
|
88
|
+
- redis/redis-2.2.12/doc/SideBar.html
|
89
|
+
- redis/redis-2.2.12/doc/ExistsCommand.html
|
90
|
+
- redis/redis-2.2.12/doc/index.html
|
91
|
+
- redis/redis-2.2.12/doc/Redis_1_2_0_Changelog.html
|
92
|
+
- redis/redis-2.2.12/doc/SortCommand.html
|
93
|
+
- redis/redis-2.2.12/doc/AppendCommand.html
|
94
|
+
- redis/redis-2.2.12/doc/SetbitCommand.html
|
95
|
+
- redis/redis-2.2.12/doc/FlushdbCommand.html
|
96
|
+
- redis/redis-2.2.12/doc/FAQ.html
|
97
|
+
- redis/redis-2.2.12/doc/DelCommand.html
|
98
|
+
- redis/redis-2.2.12/doc/SetnxCommand.html
|
99
|
+
- redis/redis-2.2.12/doc/Strings.html
|
100
|
+
- redis/redis-2.2.12/doc/SunionstoreCommand.html
|
101
|
+
- redis/redis-2.2.12/doc/HmgetCommand.html
|
102
|
+
- redis/redis-2.2.12/doc/ZincrbyCommand.html
|
103
|
+
- redis/redis-2.2.12/doc/Credits.html
|
104
|
+
- redis/redis-2.2.12/doc/HincrbyCommand.html
|
105
|
+
- redis/redis-2.2.12/doc/BgrewriteaofCommand.html
|
106
|
+
- redis/redis-2.2.12/doc/SetCommand.html
|
107
|
+
- redis/redis-2.2.12/doc/RedisPipelining.html
|
108
|
+
- redis/redis-2.2.12/doc/SaveCommand.html
|
109
|
+
- redis/redis-2.2.12/doc/RedisInternals.html
|
110
|
+
- redis/redis-2.2.12/doc/SetexCommand.html
|
111
|
+
- redis/redis-2.2.12/doc/SpopCommand.html
|
112
|
+
- redis/redis-2.2.12/doc/SupportedPlatforms.html
|
113
|
+
- redis/redis-2.2.12/doc/ZunionCommand.html
|
114
|
+
- redis/redis-2.2.12/doc/NonexistentCommands.html
|
115
|
+
- redis/redis-2.2.12/doc/Comparisons.html
|
116
|
+
- redis/redis-2.2.12/doc/RpushCommand.html
|
117
|
+
- redis/redis-2.2.12/doc/LindexCommand.html
|
118
|
+
- redis/redis-2.2.12/doc/EventLibray.html
|
119
|
+
- redis/redis-2.2.12/doc/ListCommandsSidebar.html
|
120
|
+
- redis/redis-2.2.12/doc/SdiffstoreCommand.html
|
121
|
+
- redis/redis-2.2.12/doc/Sets.html
|
122
|
+
- redis/redis-2.2.12/doc/SmoveCommand.html
|
123
|
+
- redis/redis-2.2.12/doc/ControlCommandsSidebar.html
|
124
|
+
- redis/redis-2.2.12/doc/TwitterAlikeExample.html
|
125
|
+
- redis/redis-2.2.12/doc/ScardCommand.html
|
126
|
+
- redis/redis-2.2.12/doc/SinterCommand.html
|
127
|
+
- redis/redis-2.2.12/doc/ConfigCommand.html
|
128
|
+
- redis/redis-2.2.12/doc/RenamenxCommand.html
|
129
|
+
- redis/redis-2.2.12/doc/HgetCommand.html
|
130
|
+
- redis/redis-2.2.12/doc/GetbitCommand.html
|
131
|
+
- redis/redis-2.2.12/doc/HgetallCommand.html
|
132
|
+
- redis/redis-2.2.12/doc/HashCommandsSidebar.html
|
133
|
+
- redis/redis-2.2.12/doc/SetCommandsSidebar.html
|
134
|
+
- redis/redis-2.2.12/doc/StringCommandsSidebar.html
|
135
|
+
- redis/redis-2.2.12/doc/ReplyTypes.html
|
136
|
+
- redis/redis-2.2.12/doc/MonitorCommand.html
|
137
|
+
- redis/redis-2.2.12/doc/BrpoplpushCommand.html
|
138
|
+
- redis/redis-2.2.12/doc/ZrankCommand.html
|
139
|
+
- redis/redis-2.2.12/doc/Redis_2_0_0_Changelog.html
|
140
|
+
- redis/redis-2.2.12/doc/BlpopCommand.html
|
141
|
+
- redis/redis-2.2.12/doc/Hashes.html
|
142
|
+
- redis/redis-2.2.12/doc/Features.html
|
143
|
+
- redis/redis-2.2.12/doc/ShutdownCommand.html
|
144
|
+
- redis/redis-2.2.12/doc/ExpireCommand.html
|
145
|
+
- redis/redis-2.2.12/doc/SetrangeCommand.html
|
146
|
+
- redis/redis-2.2.12/doc/SortedSets.html
|
147
|
+
- redis/redis-2.2.12/doc/ZcardCommand.html
|
148
|
+
- redis/redis-2.2.12/doc/HsetCommand.html
|
149
|
+
- redis/redis-2.2.12/doc/RedisStatus.html
|
150
|
+
- redis/redis-2.2.12/doc/HlenCommand.html
|
151
|
+
- redis/redis-2.2.12/doc/SismemberCommand.html
|
152
|
+
- redis/redis-2.2.12/doc/HsetnxCommand.html
|
153
|
+
- redis/redis-2.2.12/doc/AuthCommand.html
|
154
|
+
- redis/redis-2.2.12/doc/QuickStart.html
|
155
|
+
- redis/redis-2.2.12/doc/SunionCommand.html
|
156
|
+
- redis/redis-2.2.12/doc/LtrimCommand.html
|
157
|
+
- redis/redis-2.2.12/doc/ZunionstoreCommand.html
|
158
|
+
- redis/redis-2.2.12/doc/InfoCommand.html
|
159
|
+
- redis/redis-2.2.12/doc/LrangeCommand.html
|
160
|
+
- redis/redis-2.2.12/doc/RedisEventLibrary.html
|
161
|
+
- redis/redis-2.2.12/doc/TtlCommand.html
|
162
|
+
- redis/redis-2.2.12/doc/ZrangebyscoreCommand.html
|
163
|
+
- redis/redis-2.2.12/doc/RedisBigData.html
|
164
|
+
- redis/redis-2.2.12/doc/PublishSubscribe.html
|
165
|
+
- redis/redis-2.2.12/doc/redis.png
|
166
|
+
- redis/redis-2.2.12/doc/Configuration.html
|
167
|
+
- redis/redis-2.2.12/doc/TemplateCommand.html
|
168
|
+
- redis/redis-2.2.12/doc/ZremrangebyscoreCommand.html
|
169
|
+
- redis/redis-2.2.12/doc/IncrCommand.html
|
170
|
+
- redis/redis-2.2.12/doc/LsetCommand.html
|
171
|
+
- redis/redis-2.2.12/doc/MgetCommand.html
|
172
|
+
- redis/redis-2.2.12/doc/Speed.html
|
173
|
+
- redis/redis-2.2.12/doc/LastsaveCommand.html
|
174
|
+
- redis/redis-2.2.12/doc/Redis0100ChangeLog.html
|
175
|
+
- redis/redis-2.2.12/doc/LpopCommand.html
|
176
|
+
- redis/redis-2.2.12/doc/LlenCommand.html
|
177
|
+
- redis/redis-2.2.12/doc/SrandmemberCommand.html
|
178
|
+
- redis/redis-2.2.12/doc/HexistsCommand.html
|
179
|
+
- redis/redis-2.2.12/doc/SortedSetCommandsSidebar.html
|
180
|
+
- redis/redis-2.2.12/doc/ProgrammingExamples.html
|
181
|
+
- redis/redis-2.2.12/doc/DbsizeCommand.html
|
182
|
+
- redis/redis-2.2.12/doc/ZremrangebyrankCommand.html
|
183
|
+
- redis/redis-2.2.12/doc/SinterstoreCommand.html
|
184
|
+
- redis/redis-2.2.12/doc/ZscoreCommand.html
|
185
|
+
- redis/redis-2.2.12/doc/UnstableSource.html
|
186
|
+
- redis/redis-2.2.12/doc/SubstrCommand.html
|
187
|
+
- redis/redis-2.2.12/doc/ProtocolSpecification.html
|
188
|
+
- redis/redis-2.2.12/doc/Lists.html
|
189
|
+
- redis/redis-2.2.12/doc/StrlenCommand.html
|
190
|
+
- redis/redis-2.2.12/doc/Pipelining.html
|
191
|
+
- redis/redis-2.2.12/doc/MultiExecCommand.html
|
192
|
+
- redis/redis-2.2.12/doc/ZaddCommand.html
|
193
|
+
- redis/redis-2.2.12/doc/LremCommand.html
|
194
|
+
- redis/redis-2.2.12/doc/SlaveofCommand.html
|
195
|
+
- redis/redis-2.2.12/doc/README.html
|
196
|
+
- redis/redis-2.2.12/doc/RandomkeyCommand.html
|
197
|
+
- redis/redis-2.2.12/doc/AppendOnlyFileHowto.html
|
198
|
+
- redis/redis-2.2.12/doc/GetCommand.html
|
199
|
+
- redis/redis-2.2.12/doc/Redis0900ChangeLog.html
|
200
|
+
- redis/redis-2.2.12/doc/FlushallCommand.html
|
201
|
+
- redis/redis-2.2.12/doc/HdelCommand.html
|
202
|
+
- redis/redis-2.2.12/doc/ConnectionHandlingSidebar.html
|
203
|
+
- redis/redis-2.2.12/doc/MsetCommand.html
|
204
|
+
- redis/redis-2.2.12/doc/QuitCommand.html
|
205
|
+
- redis/redis-2.2.12/doc/VirtualMemoryUserGuide.html
|
206
|
+
- redis/redis-2.2.12/doc/DesignPatterns.html
|
207
|
+
- redis/redis-2.2.12/doc/SponsorshipHistory.html
|
208
|
+
- redis/redis-2.2.12/doc/SdiffCommand.html
|
209
|
+
- redis/redis-2.2.12/doc/ObjectHashMappers.html
|
210
|
+
- redis/redis-2.2.12/doc/RedisCLI.html
|
211
|
+
- redis/redis-2.2.12/doc/SremCommand.html
|
212
|
+
- redis/redis-2.2.12/doc/RedisGuides.html
|
213
|
+
- redis/redis-2.2.12/doc/GenericCommandsSidebar.html
|
214
|
+
- redis/redis-2.2.12/design-documents/REDIS-CLUSTER-2
|
215
|
+
- redis/redis-2.2.12/design-documents/REDIS-CLUSTER
|
216
|
+
- redis/redis-2.2.12/BUGS
|
217
|
+
- redis/redis-2.2.12/src/help.h
|
218
|
+
- redis/redis-2.2.12/src/t_hash.c
|
219
|
+
- redis/redis-2.2.12/src/config.h
|
220
|
+
- redis/redis-2.2.12/src/redis-benchmark.c
|
221
|
+
- redis/redis-2.2.12/src/ae_epoll.c
|
222
|
+
- redis/redis-2.2.12/src/t_string.c
|
223
|
+
- redis/redis-2.2.12/src/lzf_c.c
|
224
|
+
- redis/redis-2.2.12/src/sha1.h
|
225
|
+
- redis/redis-2.2.12/src/solarisfixes.h
|
226
|
+
- redis/redis-2.2.12/src/anet.h
|
227
|
+
- redis/redis-2.2.12/src/util.c
|
228
|
+
- redis/redis-2.2.12/src/Makefile
|
229
|
+
- redis/redis-2.2.12/src/t_set.c
|
230
|
+
- redis/redis-2.2.12/src/t_list.c
|
231
|
+
- redis/redis-2.2.12/src/slowlog.c
|
232
|
+
- redis/redis-2.2.12/src/slowlog.h
|
233
|
+
- redis/redis-2.2.12/src/pubsub.c
|
234
|
+
- redis/redis-2.2.12/src/intset.c
|
235
|
+
- redis/redis-2.2.12/src/zipmap.h
|
236
|
+
- redis/redis-2.2.12/src/redis.c
|
237
|
+
- redis/redis-2.2.12/src/ae.c
|
238
|
+
- redis/redis-2.2.12/src/zmalloc.c
|
239
|
+
- redis/redis-2.2.12/src/redis-check-aof.c
|
240
|
+
- redis/redis-2.2.12/src/intset.h
|
241
|
+
- redis/redis-2.2.12/src/lzf.h
|
242
|
+
- redis/redis-2.2.12/src/version.h
|
243
|
+
- redis/redis-2.2.12/src/replication.c
|
244
|
+
- redis/redis-2.2.12/src/redis-cli.c
|
245
|
+
- redis/redis-2.2.12/src/ae_kqueue.c
|
246
|
+
- redis/redis-2.2.12/src/syncio.c
|
247
|
+
- redis/redis-2.2.12/src/pqsort.c
|
248
|
+
- redis/redis-2.2.12/src/ziplist.h
|
249
|
+
- redis/redis-2.2.12/src/release.c
|
250
|
+
- redis/redis-2.2.12/src/sds.c
|
251
|
+
- redis/redis-2.2.12/src/db.c
|
252
|
+
- redis/redis-2.2.12/src/redis.h
|
253
|
+
- redis/redis-2.2.12/src/fmacros.h
|
254
|
+
- redis/redis-2.2.12/src/lzf_d.c
|
255
|
+
- redis/redis-2.2.12/src/vm.c
|
256
|
+
- redis/redis-2.2.12/src/redis-check-dump.c
|
257
|
+
- redis/redis-2.2.12/src/t_zset.c
|
258
|
+
- redis/redis-2.2.12/src/valgrind.sup
|
259
|
+
- redis/redis-2.2.12/src/anet.c
|
260
|
+
- redis/redis-2.2.12/src/multi.c
|
261
|
+
- redis/redis-2.2.12/src/object.c
|
262
|
+
- redis/redis-2.2.12/src/adlist.c
|
263
|
+
- redis/redis-2.2.12/src/networking.c
|
264
|
+
- redis/redis-2.2.12/src/rdb.c
|
265
|
+
- redis/redis-2.2.12/src/dict.h
|
266
|
+
- redis/redis-2.2.12/src/dict.c
|
267
|
+
- redis/redis-2.2.12/src/sds.h
|
268
|
+
- redis/redis-2.2.12/src/config.c
|
269
|
+
- redis/redis-2.2.12/src/lzfP.h
|
270
|
+
- redis/redis-2.2.12/src/zmalloc.h
|
271
|
+
- redis/redis-2.2.12/src/testhelp.h
|
272
|
+
- redis/redis-2.2.12/src/zipmap.c
|
273
|
+
- redis/redis-2.2.12/src/sort.c
|
274
|
+
- redis/redis-2.2.12/src/sha1.c
|
275
|
+
- redis/redis-2.2.12/src/mkreleasehdr.sh
|
276
|
+
- redis/redis-2.2.12/src/aof.c
|
277
|
+
- redis/redis-2.2.12/src/ae_select.c
|
278
|
+
- redis/redis-2.2.12/src/ae.h
|
279
|
+
- redis/redis-2.2.12/src/pqsort.h
|
280
|
+
- redis/redis-2.2.12/src/ziplist.c
|
281
|
+
- redis/redis-2.2.12/src/debug.c
|
282
|
+
- redis/redis-2.2.12/src/adlist.h
|
283
|
+
- redis/redis-2.2.12/TODO
|
284
|
+
- redis/redis-2.2.12/README
|
285
|
+
- redis/redis-2.2.12/redis.conf
|
286
|
+
- redis/redis-2.2.12/tests/assets/default.conf
|
287
|
+
- redis/redis-2.2.12/tests/support/util.tcl
|
288
|
+
- redis/redis-2.2.12/tests/support/tmpfile.tcl
|
289
|
+
- redis/redis-2.2.12/tests/support/redis.tcl
|
290
|
+
- redis/redis-2.2.12/tests/support/test.tcl
|
291
|
+
- redis/redis-2.2.12/tests/support/server.tcl
|
292
|
+
- redis/redis-2.2.12/tests/integration/redis-cli.tcl
|
293
|
+
- redis/redis-2.2.12/tests/integration/replication.tcl
|
294
|
+
- redis/redis-2.2.12/tests/integration/aof.tcl
|
295
|
+
- redis/redis-2.2.12/tests/unit/expire.tcl
|
296
|
+
- redis/redis-2.2.12/tests/unit/pubsub.tcl
|
297
|
+
- redis/redis-2.2.12/tests/unit/sort.tcl
|
298
|
+
- redis/redis-2.2.12/tests/unit/cas.tcl
|
299
|
+
- redis/redis-2.2.12/tests/unit/protocol.tcl
|
300
|
+
- redis/redis-2.2.12/tests/unit/slowlog.tcl
|
301
|
+
- redis/redis-2.2.12/tests/unit/quit.tcl
|
302
|
+
- redis/redis-2.2.12/tests/unit/auth.tcl
|
303
|
+
- redis/redis-2.2.12/tests/unit/type/zset.tcl
|
304
|
+
- redis/redis-2.2.12/tests/unit/type/set.tcl
|
305
|
+
- redis/redis-2.2.12/tests/unit/type/list.tcl
|
306
|
+
- redis/redis-2.2.12/tests/unit/type/hash.tcl
|
307
|
+
- redis/redis-2.2.12/tests/unit/printver.tcl
|
308
|
+
- redis/redis-2.2.12/tests/unit/other.tcl
|
309
|
+
- redis/redis-2.2.12/tests/unit/basic.tcl
|
310
|
+
- redis/redis-2.2.12/tests/test_helper.tcl
|
311
|
+
- redis/redis-2.2.12/deps/linenoise/linenoise.c
|
312
|
+
- redis/redis-2.2.12/deps/linenoise/Makefile
|
313
|
+
- redis/redis-2.2.12/deps/linenoise/README.markdown
|
314
|
+
- redis/redis-2.2.12/deps/linenoise/linenoise.h
|
315
|
+
- redis/redis-2.2.12/deps/linenoise/example.c
|
316
|
+
- redis/redis-2.2.12/deps/hiredis/hiredis.c
|
317
|
+
- redis/redis-2.2.12/deps/hiredis/Makefile
|
318
|
+
- redis/redis-2.2.12/deps/hiredis/example-libev.c
|
319
|
+
- redis/redis-2.2.12/deps/hiredis/README.md
|
320
|
+
- redis/redis-2.2.12/deps/hiredis/COPYING
|
321
|
+
- redis/redis-2.2.12/deps/hiredis/sds.c
|
322
|
+
- redis/redis-2.2.12/deps/hiredis/fmacros.h
|
323
|
+
- redis/redis-2.2.12/deps/hiredis/net.c
|
324
|
+
- redis/redis-2.2.12/deps/hiredis/util.h
|
325
|
+
- redis/redis-2.2.12/deps/hiredis/async.c
|
326
|
+
- redis/redis-2.2.12/deps/hiredis/sds.h
|
327
|
+
- redis/redis-2.2.12/deps/hiredis/example-libevent.c
|
328
|
+
- redis/redis-2.2.12/deps/hiredis/example.c
|
329
|
+
- redis/redis-2.2.12/deps/hiredis/async.h
|
330
|
+
- redis/redis-2.2.12/deps/hiredis/TODO
|
331
|
+
- redis/redis-2.2.12/deps/hiredis/hiredis.h
|
332
|
+
- redis/redis-2.2.12/deps/hiredis/net.h
|
333
|
+
- redis/redis-2.2.12/deps/hiredis/adapters/libevent.h
|
334
|
+
- redis/redis-2.2.12/deps/hiredis/adapters/libev.h
|
335
|
+
- redis/redis-2.2.12/deps/hiredis/adapters/ae.h
|
336
|
+
- redis/redis-2.2.12/deps/hiredis/test.c
|
337
|
+
- redis/redis-2.2.12/deps/hiredis/example-ae.c
|
335
338
|
- LICENSE
|
336
339
|
- README.md
|
337
340
|
has_rdoc: true
|