redis-server 0.0.4 → 0.0.5

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