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
data/bin/redis
CHANGED
@@ -7,7 +7,7 @@ require 'socket'
|
|
7
7
|
class RedisController
|
8
8
|
|
9
9
|
MYSELF = File.expand_path($0)
|
10
|
-
REDIS_EXEC_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..', 'redis', 'redis-2.2.
|
10
|
+
REDIS_EXEC_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..', 'redis', 'redis-2.2.12', 'src'))
|
11
11
|
|
12
12
|
def initialize(options = {})
|
13
13
|
@db_dir = options.fetch(:db_dir) { Dir.pwd }
|
data/redis/Makefile
CHANGED
@@ -12,6 +12,22 @@ for 2.0.
|
|
12
12
|
CHANGELOG
|
13
13
|
---------
|
14
14
|
|
15
|
+
What's new in Redis 2.2.12
|
16
|
+
==========================
|
17
|
+
|
18
|
+
* The Slowlog feature was backported to Redis 2.2.
|
19
|
+
* A number of fixes related blocking operations on lists when mixed with
|
20
|
+
AOF and Replication.
|
21
|
+
* Fixed bad interactions between EXPIRE, EXPIREAT, and in general volatile
|
22
|
+
keys when AOF is enabled. More details in the Redis Google Group here:
|
23
|
+
http://groups.google.com/group/redis-db/browse_frm/thread/5a931fefb88b16d5?tvc=1
|
24
|
+
* no more allocation stats info in INFO.
|
25
|
+
* colorized make for 2.2 as well.
|
26
|
+
* Fixed a problem with AOF when it is stopped via CONFIG SET appendonly no.
|
27
|
+
* Warn the user enabling VM that VM is deprecated and discouraged.
|
28
|
+
* prepareForShutdown() fixed for correctness.
|
29
|
+
* Close the listening sockets on exit for faster restarts.
|
30
|
+
|
15
31
|
What's new in Redis 2.2.11
|
16
32
|
==========================
|
17
33
|
|
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
|
@@ -50,7 +50,7 @@ typedef struct redisReader {
|
|
50
50
|
size_t pos; /* buffer cursor */
|
51
51
|
size_t len; /* buffer length */
|
52
52
|
|
53
|
-
redisReadTask rstack[
|
53
|
+
redisReadTask rstack[9]; /* stack of read tasks */
|
54
54
|
int ridx; /* index of stack */
|
55
55
|
void *privdata; /* user-settable arbitrary field */
|
56
56
|
} redisReader;
|
@@ -340,9 +340,9 @@ static int processMultiBulkItem(redisReader *r) {
|
|
340
340
|
int root = 0;
|
341
341
|
|
342
342
|
/* Set error for nested multi bulks with depth > 1 */
|
343
|
-
if (r->ridx ==
|
343
|
+
if (r->ridx == 8) {
|
344
344
|
redisSetReplyReaderError(r,sdscatprintf(sdsempty(),
|
345
|
-
"No support for nested multi bulk replies with depth >
|
345
|
+
"No support for nested multi bulk replies with depth > 7"));
|
346
346
|
return -1;
|
347
347
|
}
|
348
348
|
|
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
|
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
|
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
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|