redis-server 0.0.2 → 0.0.3
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.12 → redis-2.2.13}/00-RELEASENOTES +6 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/BUGS +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/CONTRIBUTING +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/COPYING +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/Changelog +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/INSTALL +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/Makefile +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/README +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/TODO +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/client-libraries/README +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/COPYING +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/Makefile +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/README.md +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/TODO +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/adapters/ae.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/adapters/libev.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/adapters/libevent.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/async.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/async.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/example-ae.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/example-libev.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/example-libevent.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/example.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/fmacros.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/hiredis.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/hiredis.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/net.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/net.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/sds.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/sds.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/test.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/util.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/linenoise/Makefile +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/linenoise/README.markdown +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/linenoise/example.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/linenoise/linenoise.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/deps/linenoise/linenoise.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/design-documents/REDIS-CLUSTER +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/design-documents/REDIS-CLUSTER-2 +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/AppendCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/AppendOnlyFileHowto.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/AuthCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Benchmarks.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/BgrewriteaofCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/BgsaveCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/BlpopCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/BrpoplpushCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/CommandReference.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Comparisons.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ConfigCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Configuration.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ConnectionHandlingSidebar.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ControlCommandsSidebar.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Credits.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/DbsizeCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/DelCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/DesignPatterns.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/EventLibray.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ExistsCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ExpireCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/FAQ.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Features.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/FlushallCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/FlushdbCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/FromSqlToDataStructures.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/GenericCommandsSidebar.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/GetCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/GetbitCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/GetsetCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HackingStrings.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HashCommandsSidebar.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Hashes.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HdelCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HexistsCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HgetCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HgetallCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HincrbyCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HlenCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HmgetCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HmsetCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HsetCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HsetnxCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/IncrCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/InfoCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/IntroductionToRedisDataTypes.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/KeysCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/LastsaveCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/LindexCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ListCommandsSidebar.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Lists.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/LlenCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/LpopCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/LrangeCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/LremCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/LsetCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/LtrimCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/MgetCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/MonitorCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/MoveCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/MsetCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/MultiExecCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/NonexistentCommands.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ObjectHashMappers.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Pipelining.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ProgrammingExamples.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ProtocolSpecification.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/PublishSubscribe.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/QuickStart.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/QuitCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/README.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RandomkeyCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Redis0100ChangeLog.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Redis0900ChangeLog.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RedisBigData.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RedisCLI.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RedisEventLibrary.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RedisGuides.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RedisInternals.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RedisPipelining.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RedisStatus.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Redis_1_2_0_Changelog.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Redis_2_0_0_Changelog.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Redis_2_0_Whats_new.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RenameCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RenamenxCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ReplicationHowto.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ReplyTypes.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RoadMap.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RpoplpushCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RpushCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SaddCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SaveCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ScardCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SdiffCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SdiffstoreCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SelectCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SetCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SetCommandsSidebar.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SetbitCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SetexCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SetnxCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SetrangeCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Sets.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ShutdownCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SideBar.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SinterCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SinterstoreCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SismemberCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SlaveofCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SmembersCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SmoveCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SortCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SortedSetCommandsSidebar.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SortedSets.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Speed.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SponsorshipHistory.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SpopCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SrandmemberCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SremCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/StringCommandsSidebar.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Strings.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/StrlenCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SubstrCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SunionCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SunionstoreCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SupportedLanguages.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SupportedPlatforms.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/TemplateCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/TtlCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/TwitterAlikeExample.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/TypeCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/UnstableSource.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/VirtualMemorySpecification.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/VirtualMemoryUserGuide.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZaddCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZcardCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZincrbyCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZrangeCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZrangebyscoreCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZrankCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZremCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZremrangebyrankCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZremrangebyscoreCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZscoreCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZunionCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZunionstoreCommand.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/index.html +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/redis.png +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/doc/style.css +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/redis.conf +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/Makefile +6 -6
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/adlist.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/adlist.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/ae.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/ae.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/ae_epoll.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/ae_kqueue.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/ae_select.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/anet.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/anet.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/aof.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/config.c +4 -5
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/config.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/db.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/debug.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/dict.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/dict.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/fmacros.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/help.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/intset.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/intset.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/lzf.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/lzfP.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/lzf_c.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/lzf_d.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/mkreleasehdr.sh +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/multi.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/networking.c +1 -1
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/object.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/pqsort.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/pqsort.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/pubsub.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/rdb.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/redis-benchmark.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/redis-check-aof.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/redis-check-dump.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/redis-cli.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/redis.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/redis.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/release.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/replication.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/sds.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/sds.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/sha1.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/sha1.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/slowlog.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/slowlog.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/solarisfixes.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/sort.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/syncio.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/t_hash.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/t_list.c +6 -4
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/t_set.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/t_string.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/t_zset.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/testhelp.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/util.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/valgrind.sup +0 -0
- data/redis/redis-2.2.13/src/version.h +1 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/vm.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/ziplist.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/ziplist.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/zipmap.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/zipmap.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/zmalloc.c +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/src/zmalloc.h +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/assets/default.conf +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/integration/aof.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/integration/redis-cli.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/integration/replication.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/support/redis.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/support/server.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/support/test.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/support/tmpfile.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/support/util.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/test_helper.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/auth.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/basic.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/cas.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/expire.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/other.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/printver.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/protocol.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/pubsub.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/quit.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/slowlog.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/sort.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/type/hash.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/type/list.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/type/set.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/type/zset.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/utils/build-static-symbols.tcl +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/utils/generate-command-help.rb +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/utils/mktarball.sh +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/utils/redis-copy.rb +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/utils/redis-sha1.rb +0 -0
- data/redis/{redis-2.2.12 → redis-2.2.13}/utils/redis_init_script +0 -0
- metadata +294 -296
- data/redis/redis-2.2.12/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.13', '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,12 @@ for 2.0.
|
|
12
12
|
CHANGELOG
|
13
13
|
---------
|
14
14
|
|
15
|
+
What's new in Redis 2.2.13
|
16
|
+
==========================
|
17
|
+
|
18
|
+
* [BUGFIX] Fixed issue 593 (BRPOPLPUSH related crash).
|
19
|
+
* [BUGFIX] Fixed an issue with the networking layer that may prevent Redis from sending the whole reply back to client under extreme conditions.
|
20
|
+
|
15
21
|
What's new in Redis 2.2.12
|
16
22
|
==========================
|
17
23
|
|
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
|
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
|
@@ -32,7 +32,7 @@ ifeq ($(USE_TCMALLOC),yes)
|
|
32
32
|
CCLINK+= -ltcmalloc
|
33
33
|
CFLAGS+= -DUSE_TCMALLOC
|
34
34
|
endif
|
35
|
-
CCOPT= $(CFLAGS) $(
|
35
|
+
CCOPT= $(CFLAGS) $(ARCH) $(PROF)
|
36
36
|
|
37
37
|
PREFIX= /usr/local
|
38
38
|
INSTALL_BIN= $(PREFIX)/bin
|
@@ -130,27 +130,27 @@ dependencies:
|
|
130
130
|
cd ../deps/linenoise && $(MAKE) ARCH="$(ARCH)"
|
131
131
|
|
132
132
|
redis-server: $(OBJ)
|
133
|
-
$(QUIET_LINK)$(CC) -o $(PRGNAME) $(CCOPT) $(DEBUG) $(OBJ)
|
133
|
+
$(QUIET_LINK)$(CC) -o $(PRGNAME) $(CCOPT) $(DEBUG) $(OBJ) $(CCLINK)
|
134
134
|
|
135
135
|
redis-benchmark: dependencies $(BENCHOBJ)
|
136
136
|
@printf '%b %b\n' $(MAKECOLOR)MAKE$(ENDCOLOR) $(BINCOLOR)hiredis$(ENDCOLOR)
|
137
137
|
cd ../deps/hiredis && $(MAKE) static ARCH="$(ARCH)"
|
138
|
-
$(QUIET_LINK)$(CC) -o $(BENCHPRGNAME) $(CCOPT) $(DEBUG) $(BENCHOBJ) ../deps/hiredis/libhiredis.a
|
138
|
+
$(QUIET_LINK)$(CC) -o $(BENCHPRGNAME) $(CCOPT) $(DEBUG) $(BENCHOBJ) ../deps/hiredis/libhiredis.a $(CCLINK)
|
139
139
|
|
140
140
|
redis-benchmark.o:
|
141
141
|
$(QUIET_CC)$(CC) -c $(CFLAGS) -I../deps/hiredis $(DEBUG) $(COMPILE_TIME) $<
|
142
142
|
|
143
143
|
redis-cli: dependencies $(CLIOBJ)
|
144
|
-
$(QUIET_LINK)$(CC) -o $(CLIPRGNAME) $(CCOPT) $(DEBUG) $(CLIOBJ) ../deps/hiredis/libhiredis.a ../deps/linenoise/linenoise.o
|
144
|
+
$(QUIET_LINK)$(CC) -o $(CLIPRGNAME) $(CCOPT) $(DEBUG) $(CLIOBJ) ../deps/hiredis/libhiredis.a ../deps/linenoise/linenoise.o $(CCLINK)
|
145
145
|
|
146
146
|
redis-cli.o:
|
147
147
|
$(QUIET_CC)$(CC) -c $(CFLAGS) -I../deps/hiredis -I../deps/linenoise $(DEBUG) $(COMPILE_TIME) $<
|
148
148
|
|
149
149
|
redis-check-dump: $(CHECKDUMPOBJ)
|
150
|
-
$(QUIET_LINK)$(CC) -o $(CHECKDUMPPRGNAME) $(CCOPT) $(DEBUG) $(CHECKDUMPOBJ)
|
150
|
+
$(QUIET_LINK)$(CC) -o $(CHECKDUMPPRGNAME) $(CCOPT) $(DEBUG) $(CHECKDUMPOBJ) $(CCLINK)
|
151
151
|
|
152
152
|
redis-check-aof: $(CHECKAOFOBJ)
|
153
|
-
$(QUIET_LINK)$(CC) -o $(CHECKAOFPRGNAME) $(CCOPT) $(DEBUG) $(CHECKAOFOBJ)
|
153
|
+
$(QUIET_LINK)$(CC) -o $(CHECKAOFPRGNAME) $(CCOPT) $(DEBUG) $(CHECKAOFOBJ) $(CCLINK)
|
154
154
|
|
155
155
|
.c.o:
|
156
156
|
$(QUIET_CC)$(CC) -c $(CFLAGS) $(DEBUG) $(COMPILE_TIME) $<
|