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.
Files changed (291) hide show
  1. data/bin/redis +1 -1
  2. data/redis/Makefile +1 -1
  3. data/redis/{redis-2.2.12 → redis-2.2.13}/00-RELEASENOTES +6 -0
  4. data/redis/{redis-2.2.12 → redis-2.2.13}/BUGS +0 -0
  5. data/redis/{redis-2.2.12 → redis-2.2.13}/CONTRIBUTING +0 -0
  6. data/redis/{redis-2.2.12 → redis-2.2.13}/COPYING +0 -0
  7. data/redis/{redis-2.2.12 → redis-2.2.13}/Changelog +0 -0
  8. data/redis/{redis-2.2.12 → redis-2.2.13}/INSTALL +0 -0
  9. data/redis/{redis-2.2.12 → redis-2.2.13}/Makefile +0 -0
  10. data/redis/{redis-2.2.12 → redis-2.2.13}/README +0 -0
  11. data/redis/{redis-2.2.12 → redis-2.2.13}/TODO +0 -0
  12. data/redis/{redis-2.2.12 → redis-2.2.13}/client-libraries/README +0 -0
  13. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/COPYING +0 -0
  14. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/Makefile +0 -0
  15. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/README.md +0 -0
  16. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/TODO +0 -0
  17. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/adapters/ae.h +0 -0
  18. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/adapters/libev.h +0 -0
  19. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/adapters/libevent.h +0 -0
  20. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/async.c +0 -0
  21. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/async.h +0 -0
  22. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/example-ae.c +0 -0
  23. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/example-libev.c +0 -0
  24. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/example-libevent.c +0 -0
  25. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/example.c +0 -0
  26. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/fmacros.h +0 -0
  27. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/hiredis.c +0 -0
  28. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/hiredis.h +0 -0
  29. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/net.c +0 -0
  30. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/net.h +0 -0
  31. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/sds.c +0 -0
  32. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/sds.h +0 -0
  33. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/test.c +0 -0
  34. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/hiredis/util.h +0 -0
  35. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/linenoise/Makefile +0 -0
  36. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/linenoise/README.markdown +0 -0
  37. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/linenoise/example.c +0 -0
  38. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/linenoise/linenoise.c +0 -0
  39. data/redis/{redis-2.2.12 → redis-2.2.13}/deps/linenoise/linenoise.h +0 -0
  40. data/redis/{redis-2.2.12 → redis-2.2.13}/design-documents/REDIS-CLUSTER +0 -0
  41. data/redis/{redis-2.2.12 → redis-2.2.13}/design-documents/REDIS-CLUSTER-2 +0 -0
  42. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/AppendCommand.html +0 -0
  43. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/AppendOnlyFileHowto.html +0 -0
  44. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/AuthCommand.html +0 -0
  45. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Benchmarks.html +0 -0
  46. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/BgrewriteaofCommand.html +0 -0
  47. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/BgsaveCommand.html +0 -0
  48. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/BlpopCommand.html +0 -0
  49. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/BrpoplpushCommand.html +0 -0
  50. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/CommandReference.html +0 -0
  51. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Comparisons.html +0 -0
  52. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ConfigCommand.html +0 -0
  53. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Configuration.html +0 -0
  54. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ConnectionHandlingSidebar.html +0 -0
  55. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ControlCommandsSidebar.html +0 -0
  56. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Credits.html +0 -0
  57. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/DbsizeCommand.html +0 -0
  58. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/DelCommand.html +0 -0
  59. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/DesignPatterns.html +0 -0
  60. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/EventLibray.html +0 -0
  61. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ExistsCommand.html +0 -0
  62. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ExpireCommand.html +0 -0
  63. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/FAQ.html +0 -0
  64. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Features.html +0 -0
  65. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/FlushallCommand.html +0 -0
  66. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/FlushdbCommand.html +0 -0
  67. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/FromSqlToDataStructures.html +0 -0
  68. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/GenericCommandsSidebar.html +0 -0
  69. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/GetCommand.html +0 -0
  70. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/GetbitCommand.html +0 -0
  71. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/GetsetCommand.html +0 -0
  72. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HackingStrings.html +0 -0
  73. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HashCommandsSidebar.html +0 -0
  74. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Hashes.html +0 -0
  75. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HdelCommand.html +0 -0
  76. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HexistsCommand.html +0 -0
  77. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HgetCommand.html +0 -0
  78. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HgetallCommand.html +0 -0
  79. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HincrbyCommand.html +0 -0
  80. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HlenCommand.html +0 -0
  81. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HmgetCommand.html +0 -0
  82. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HmsetCommand.html +0 -0
  83. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HsetCommand.html +0 -0
  84. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/HsetnxCommand.html +0 -0
  85. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/IncrCommand.html +0 -0
  86. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/InfoCommand.html +0 -0
  87. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/IntroductionToRedisDataTypes.html +0 -0
  88. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/KeysCommand.html +0 -0
  89. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/LastsaveCommand.html +0 -0
  90. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/LindexCommand.html +0 -0
  91. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ListCommandsSidebar.html +0 -0
  92. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Lists.html +0 -0
  93. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/LlenCommand.html +0 -0
  94. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/LpopCommand.html +0 -0
  95. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/LrangeCommand.html +0 -0
  96. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/LremCommand.html +0 -0
  97. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/LsetCommand.html +0 -0
  98. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/LtrimCommand.html +0 -0
  99. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/MgetCommand.html +0 -0
  100. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/MonitorCommand.html +0 -0
  101. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/MoveCommand.html +0 -0
  102. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/MsetCommand.html +0 -0
  103. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/MultiExecCommand.html +0 -0
  104. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/NonexistentCommands.html +0 -0
  105. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ObjectHashMappers.html +0 -0
  106. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Pipelining.html +0 -0
  107. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ProgrammingExamples.html +0 -0
  108. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ProtocolSpecification.html +0 -0
  109. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/PublishSubscribe.html +0 -0
  110. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/QuickStart.html +0 -0
  111. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/QuitCommand.html +0 -0
  112. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/README.html +0 -0
  113. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RandomkeyCommand.html +0 -0
  114. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Redis0100ChangeLog.html +0 -0
  115. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Redis0900ChangeLog.html +0 -0
  116. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RedisBigData.html +0 -0
  117. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RedisCLI.html +0 -0
  118. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RedisEventLibrary.html +0 -0
  119. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RedisGuides.html +0 -0
  120. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RedisInternals.html +0 -0
  121. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RedisPipelining.html +0 -0
  122. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RedisStatus.html +0 -0
  123. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Redis_1_2_0_Changelog.html +0 -0
  124. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Redis_2_0_0_Changelog.html +0 -0
  125. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Redis_2_0_Whats_new.html +0 -0
  126. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RenameCommand.html +0 -0
  127. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RenamenxCommand.html +0 -0
  128. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ReplicationHowto.html +0 -0
  129. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ReplyTypes.html +0 -0
  130. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RoadMap.html +0 -0
  131. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RpoplpushCommand.html +0 -0
  132. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/RpushCommand.html +0 -0
  133. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SaddCommand.html +0 -0
  134. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SaveCommand.html +0 -0
  135. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ScardCommand.html +0 -0
  136. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SdiffCommand.html +0 -0
  137. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SdiffstoreCommand.html +0 -0
  138. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SelectCommand.html +0 -0
  139. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SetCommand.html +0 -0
  140. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SetCommandsSidebar.html +0 -0
  141. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SetbitCommand.html +0 -0
  142. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SetexCommand.html +0 -0
  143. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SetnxCommand.html +0 -0
  144. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SetrangeCommand.html +0 -0
  145. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Sets.html +0 -0
  146. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ShutdownCommand.html +0 -0
  147. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SideBar.html +0 -0
  148. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SinterCommand.html +0 -0
  149. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SinterstoreCommand.html +0 -0
  150. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SismemberCommand.html +0 -0
  151. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SlaveofCommand.html +0 -0
  152. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SmembersCommand.html +0 -0
  153. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SmoveCommand.html +0 -0
  154. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SortCommand.html +0 -0
  155. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SortedSetCommandsSidebar.html +0 -0
  156. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SortedSets.html +0 -0
  157. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Speed.html +0 -0
  158. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SponsorshipHistory.html +0 -0
  159. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SpopCommand.html +0 -0
  160. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SrandmemberCommand.html +0 -0
  161. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SremCommand.html +0 -0
  162. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/StringCommandsSidebar.html +0 -0
  163. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/Strings.html +0 -0
  164. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/StrlenCommand.html +0 -0
  165. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SubstrCommand.html +0 -0
  166. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SunionCommand.html +0 -0
  167. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SunionstoreCommand.html +0 -0
  168. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SupportedLanguages.html +0 -0
  169. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/SupportedPlatforms.html +0 -0
  170. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/TemplateCommand.html +0 -0
  171. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/TtlCommand.html +0 -0
  172. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/TwitterAlikeExample.html +0 -0
  173. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/TypeCommand.html +0 -0
  174. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/UnstableSource.html +0 -0
  175. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/VirtualMemorySpecification.html +0 -0
  176. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/VirtualMemoryUserGuide.html +0 -0
  177. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZaddCommand.html +0 -0
  178. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZcardCommand.html +0 -0
  179. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZincrbyCommand.html +0 -0
  180. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZrangeCommand.html +0 -0
  181. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZrangebyscoreCommand.html +0 -0
  182. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZrankCommand.html +0 -0
  183. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZremCommand.html +0 -0
  184. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZremrangebyrankCommand.html +0 -0
  185. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZremrangebyscoreCommand.html +0 -0
  186. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZscoreCommand.html +0 -0
  187. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZunionCommand.html +0 -0
  188. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/ZunionstoreCommand.html +0 -0
  189. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/index.html +0 -0
  190. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/redis.png +0 -0
  191. data/redis/{redis-2.2.12 → redis-2.2.13}/doc/style.css +0 -0
  192. data/redis/{redis-2.2.12 → redis-2.2.13}/redis.conf +0 -0
  193. data/redis/{redis-2.2.12 → redis-2.2.13}/src/Makefile +6 -6
  194. data/redis/{redis-2.2.12 → redis-2.2.13}/src/adlist.c +0 -0
  195. data/redis/{redis-2.2.12 → redis-2.2.13}/src/adlist.h +0 -0
  196. data/redis/{redis-2.2.12 → redis-2.2.13}/src/ae.c +0 -0
  197. data/redis/{redis-2.2.12 → redis-2.2.13}/src/ae.h +0 -0
  198. data/redis/{redis-2.2.12 → redis-2.2.13}/src/ae_epoll.c +0 -0
  199. data/redis/{redis-2.2.12 → redis-2.2.13}/src/ae_kqueue.c +0 -0
  200. data/redis/{redis-2.2.12 → redis-2.2.13}/src/ae_select.c +0 -0
  201. data/redis/{redis-2.2.12 → redis-2.2.13}/src/anet.c +0 -0
  202. data/redis/{redis-2.2.12 → redis-2.2.13}/src/anet.h +0 -0
  203. data/redis/{redis-2.2.12 → redis-2.2.13}/src/aof.c +0 -0
  204. data/redis/{redis-2.2.12 → redis-2.2.13}/src/config.c +4 -5
  205. data/redis/{redis-2.2.12 → redis-2.2.13}/src/config.h +0 -0
  206. data/redis/{redis-2.2.12 → redis-2.2.13}/src/db.c +0 -0
  207. data/redis/{redis-2.2.12 → redis-2.2.13}/src/debug.c +0 -0
  208. data/redis/{redis-2.2.12 → redis-2.2.13}/src/dict.c +0 -0
  209. data/redis/{redis-2.2.12 → redis-2.2.13}/src/dict.h +0 -0
  210. data/redis/{redis-2.2.12 → redis-2.2.13}/src/fmacros.h +0 -0
  211. data/redis/{redis-2.2.12 → redis-2.2.13}/src/help.h +0 -0
  212. data/redis/{redis-2.2.12 → redis-2.2.13}/src/intset.c +0 -0
  213. data/redis/{redis-2.2.12 → redis-2.2.13}/src/intset.h +0 -0
  214. data/redis/{redis-2.2.12 → redis-2.2.13}/src/lzf.h +0 -0
  215. data/redis/{redis-2.2.12 → redis-2.2.13}/src/lzfP.h +0 -0
  216. data/redis/{redis-2.2.12 → redis-2.2.13}/src/lzf_c.c +0 -0
  217. data/redis/{redis-2.2.12 → redis-2.2.13}/src/lzf_d.c +0 -0
  218. data/redis/{redis-2.2.12 → redis-2.2.13}/src/mkreleasehdr.sh +0 -0
  219. data/redis/{redis-2.2.12 → redis-2.2.13}/src/multi.c +0 -0
  220. data/redis/{redis-2.2.12 → redis-2.2.13}/src/networking.c +1 -1
  221. data/redis/{redis-2.2.12 → redis-2.2.13}/src/object.c +0 -0
  222. data/redis/{redis-2.2.12 → redis-2.2.13}/src/pqsort.c +0 -0
  223. data/redis/{redis-2.2.12 → redis-2.2.13}/src/pqsort.h +0 -0
  224. data/redis/{redis-2.2.12 → redis-2.2.13}/src/pubsub.c +0 -0
  225. data/redis/{redis-2.2.12 → redis-2.2.13}/src/rdb.c +0 -0
  226. data/redis/{redis-2.2.12 → redis-2.2.13}/src/redis-benchmark.c +0 -0
  227. data/redis/{redis-2.2.12 → redis-2.2.13}/src/redis-check-aof.c +0 -0
  228. data/redis/{redis-2.2.12 → redis-2.2.13}/src/redis-check-dump.c +0 -0
  229. data/redis/{redis-2.2.12 → redis-2.2.13}/src/redis-cli.c +0 -0
  230. data/redis/{redis-2.2.12 → redis-2.2.13}/src/redis.c +0 -0
  231. data/redis/{redis-2.2.12 → redis-2.2.13}/src/redis.h +0 -0
  232. data/redis/{redis-2.2.12 → redis-2.2.13}/src/release.c +0 -0
  233. data/redis/{redis-2.2.12 → redis-2.2.13}/src/replication.c +0 -0
  234. data/redis/{redis-2.2.12 → redis-2.2.13}/src/sds.c +0 -0
  235. data/redis/{redis-2.2.12 → redis-2.2.13}/src/sds.h +0 -0
  236. data/redis/{redis-2.2.12 → redis-2.2.13}/src/sha1.c +0 -0
  237. data/redis/{redis-2.2.12 → redis-2.2.13}/src/sha1.h +0 -0
  238. data/redis/{redis-2.2.12 → redis-2.2.13}/src/slowlog.c +0 -0
  239. data/redis/{redis-2.2.12 → redis-2.2.13}/src/slowlog.h +0 -0
  240. data/redis/{redis-2.2.12 → redis-2.2.13}/src/solarisfixes.h +0 -0
  241. data/redis/{redis-2.2.12 → redis-2.2.13}/src/sort.c +0 -0
  242. data/redis/{redis-2.2.12 → redis-2.2.13}/src/syncio.c +0 -0
  243. data/redis/{redis-2.2.12 → redis-2.2.13}/src/t_hash.c +0 -0
  244. data/redis/{redis-2.2.12 → redis-2.2.13}/src/t_list.c +6 -4
  245. data/redis/{redis-2.2.12 → redis-2.2.13}/src/t_set.c +0 -0
  246. data/redis/{redis-2.2.12 → redis-2.2.13}/src/t_string.c +0 -0
  247. data/redis/{redis-2.2.12 → redis-2.2.13}/src/t_zset.c +0 -0
  248. data/redis/{redis-2.2.12 → redis-2.2.13}/src/testhelp.h +0 -0
  249. data/redis/{redis-2.2.12 → redis-2.2.13}/src/util.c +0 -0
  250. data/redis/{redis-2.2.12 → redis-2.2.13}/src/valgrind.sup +0 -0
  251. data/redis/redis-2.2.13/src/version.h +1 -0
  252. data/redis/{redis-2.2.12 → redis-2.2.13}/src/vm.c +0 -0
  253. data/redis/{redis-2.2.12 → redis-2.2.13}/src/ziplist.c +0 -0
  254. data/redis/{redis-2.2.12 → redis-2.2.13}/src/ziplist.h +0 -0
  255. data/redis/{redis-2.2.12 → redis-2.2.13}/src/zipmap.c +0 -0
  256. data/redis/{redis-2.2.12 → redis-2.2.13}/src/zipmap.h +0 -0
  257. data/redis/{redis-2.2.12 → redis-2.2.13}/src/zmalloc.c +0 -0
  258. data/redis/{redis-2.2.12 → redis-2.2.13}/src/zmalloc.h +0 -0
  259. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/assets/default.conf +0 -0
  260. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/integration/aof.tcl +0 -0
  261. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/integration/redis-cli.tcl +0 -0
  262. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/integration/replication.tcl +0 -0
  263. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/support/redis.tcl +0 -0
  264. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/support/server.tcl +0 -0
  265. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/support/test.tcl +0 -0
  266. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/support/tmpfile.tcl +0 -0
  267. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/support/util.tcl +0 -0
  268. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/test_helper.tcl +0 -0
  269. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/auth.tcl +0 -0
  270. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/basic.tcl +0 -0
  271. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/cas.tcl +0 -0
  272. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/expire.tcl +0 -0
  273. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/other.tcl +0 -0
  274. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/printver.tcl +0 -0
  275. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/protocol.tcl +0 -0
  276. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/pubsub.tcl +0 -0
  277. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/quit.tcl +0 -0
  278. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/slowlog.tcl +0 -0
  279. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/sort.tcl +0 -0
  280. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/type/hash.tcl +0 -0
  281. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/type/list.tcl +0 -0
  282. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/type/set.tcl +0 -0
  283. data/redis/{redis-2.2.12 → redis-2.2.13}/tests/unit/type/zset.tcl +0 -0
  284. data/redis/{redis-2.2.12 → redis-2.2.13}/utils/build-static-symbols.tcl +0 -0
  285. data/redis/{redis-2.2.12 → redis-2.2.13}/utils/generate-command-help.rb +0 -0
  286. data/redis/{redis-2.2.12 → redis-2.2.13}/utils/mktarball.sh +0 -0
  287. data/redis/{redis-2.2.12 → redis-2.2.13}/utils/redis-copy.rb +0 -0
  288. data/redis/{redis-2.2.12 → redis-2.2.13}/utils/redis-sha1.rb +0 -0
  289. data/redis/{redis-2.2.12 → redis-2.2.13}/utils/redis_init_script +0 -0
  290. metadata +294 -296
  291. data/redis/redis-2.2.12/src/version.h +0 -1
@@ -498,12 +498,11 @@ void configGetCommand(redisClient *c) {
498
498
  if (stringmatch(pattern,"dir",0)) {
499
499
  char buf[1024];
500
500
 
501
- addReplyBulkCString(c,"dir");
502
- if (getcwd(buf,sizeof(buf)) == NULL) {
501
+ if (getcwd(buf,sizeof(buf)) == NULL)
503
502
  buf[0] = '\0';
504
- } else {
505
- addReplyBulkCString(c,buf);
506
- }
503
+
504
+ addReplyBulkCString(c,"dir");
505
+ addReplyBulkCString(c,buf);
507
506
  matches++;
508
507
  }
509
508
  if (stringmatch(pattern,"dbfilename",0)) {
@@ -611,7 +611,7 @@ void sendReplyToClient(aeEventLoop *el, int fd, void *privdata, int mask) {
611
611
  }
612
612
  }
613
613
  if (totwritten > 0) c->lastinteraction = time(NULL);
614
- if (listLength(c->reply) == 0) {
614
+ if (c->bufpos == 0 && listLength(c->reply) == 0) {
615
615
  c->sentlen = 0;
616
616
  aeDeleteFileEvent(server.el,c->fd,AE_WRITABLE);
617
617
 
@@ -638,7 +638,7 @@ void lremCommand(redisClient *c) {
638
638
  void rpoplpushHandlePush(redisClient *origclient, redisClient *c, robj *dstkey, robj *dstobj, robj *value) {
639
639
  robj *aux;
640
640
 
641
- if (!handleClientsWaitingListPush(c,dstkey,value)) {
641
+ if (!handleClientsWaitingListPush(origclient,dstkey,value)) {
642
642
  /* Create the list if the key does not exist */
643
643
  if (!dstobj) {
644
644
  dstobj = createZiplistObject();
@@ -648,10 +648,12 @@ void rpoplpushHandlePush(redisClient *origclient, redisClient *c, robj *dstkey,
648
648
  }
649
649
  listTypePush(dstobj,value,REDIS_HEAD);
650
650
  /* If we are pushing as a result of LPUSH against a key
651
- * watched by BLPOPLPUSH, we need to rewrite the command vector.
652
- * But if this is called directly by RPOPLPUSH (either directly
651
+ * watched by BRPOPLPUSH, we need to rewrite the command vector
652
+ * as an LPUSH.
653
+ *
654
+ * If this is called directly by RPOPLPUSH (either directly
653
655
  * or via a BRPOPLPUSH where the popped list exists)
654
- * we should replicate the BRPOPLPUSH command itself. */
656
+ * we should replicate the RPOPLPUSH command itself. */
655
657
  if (c != origclient) {
656
658
  aux = createStringObject("LPUSH",5);
657
659
  rewriteClientCommandVector(origclient,3,aux,dstkey,value);
@@ -0,0 +1 @@
1
+ #define REDIS_VERSION "2.2.13"
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.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,12 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-07-24 00:00:00.000000000 +10:00
13
- default_executable:
12
+ date: 2011-09-20 00:00:00.000000000Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: clamp
17
- requirement: &74923260 !ruby/object:Gem::Requirement
16
+ requirement: &14797940 !ruby/object:Gem::Requirement
18
17
  none: false
19
18
  requirements:
20
19
  - - ~>
@@ -22,10 +21,10 @@ dependencies:
22
21
  version: 0.2.1
23
22
  type: :runtime
24
23
  prerelease: false
25
- version_requirements: *74923260
24
+ version_requirements: *14797940
26
25
  - !ruby/object:Gem::Dependency
27
26
  name: daemon_controller
28
- requirement: &74923010 !ruby/object:Gem::Requirement
27
+ requirement: &14797460 !ruby/object:Gem::Requirement
29
28
  none: false
30
29
  requirements:
31
30
  - - ~>
@@ -33,7 +32,7 @@ dependencies:
33
32
  version: 0.2.6
34
33
  type: :runtime
35
34
  prerelease: false
36
- version_requirements: *74923010
35
+ version_requirements: *14797460
37
36
  description: ! ' Gem to install the redis server; makes things
38
37
  easy.
39
38
 
@@ -47,297 +46,296 @@ extra_rdoc_files: []
47
46
  files:
48
47
  - bin/redis
49
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
50
336
  - redis/extconf.rb
51
- - redis/redis-2.2.12/00-RELEASENOTES
52
- - redis/redis-2.2.12/CONTRIBUTING
53
- - redis/redis-2.2.12/Makefile
54
- - redis/redis-2.2.12/Changelog
55
- - redis/redis-2.2.12/COPYING
56
- - redis/redis-2.2.12/INSTALL
57
- - redis/redis-2.2.12/client-libraries/README
58
- - redis/redis-2.2.12/utils/generate-command-help.rb
59
- - redis/redis-2.2.12/utils/mktarball.sh
60
- - redis/redis-2.2.12/utils/build-static-symbols.tcl
61
- - redis/redis-2.2.12/utils/redis-copy.rb
62
- - redis/redis-2.2.12/utils/redis_init_script
63
- - redis/redis-2.2.12/utils/redis-sha1.rb
64
- - redis/redis-2.2.12/doc/IntroductionToRedisDataTypes.html
65
- - redis/redis-2.2.12/doc/CommandReference.html
66
- - redis/redis-2.2.12/doc/RpoplpushCommand.html
67
- - redis/redis-2.2.12/doc/RenameCommand.html
68
- - redis/redis-2.2.12/doc/BgsaveCommand.html
69
- - redis/redis-2.2.12/doc/SelectCommand.html
70
- - redis/redis-2.2.12/doc/KeysCommand.html
71
- - redis/redis-2.2.12/doc/VirtualMemorySpecification.html
72
- - redis/redis-2.2.12/doc/SaddCommand.html
73
- - redis/redis-2.2.12/doc/style.css
74
- - redis/redis-2.2.12/doc/HmsetCommand.html
75
- - redis/redis-2.2.12/doc/FromSqlToDataStructures.html
76
- - redis/redis-2.2.12/doc/GetsetCommand.html
77
- - redis/redis-2.2.12/doc/SupportedLanguages.html
78
- - redis/redis-2.2.12/doc/MoveCommand.html
79
- - redis/redis-2.2.12/doc/ZremCommand.html
80
- - redis/redis-2.2.12/doc/HackingStrings.html
81
- - redis/redis-2.2.12/doc/TypeCommand.html
82
- - redis/redis-2.2.12/doc/RoadMap.html
83
- - redis/redis-2.2.12/doc/Redis_2_0_Whats_new.html
84
- - redis/redis-2.2.12/doc/ReplicationHowto.html
85
- - redis/redis-2.2.12/doc/ZrangeCommand.html
86
- - redis/redis-2.2.12/doc/SmembersCommand.html
87
- - redis/redis-2.2.12/doc/Benchmarks.html
88
- - redis/redis-2.2.12/doc/SideBar.html
89
- - redis/redis-2.2.12/doc/ExistsCommand.html
90
- - redis/redis-2.2.12/doc/index.html
91
- - redis/redis-2.2.12/doc/Redis_1_2_0_Changelog.html
92
- - redis/redis-2.2.12/doc/SortCommand.html
93
- - redis/redis-2.2.12/doc/AppendCommand.html
94
- - redis/redis-2.2.12/doc/SetbitCommand.html
95
- - redis/redis-2.2.12/doc/FlushdbCommand.html
96
- - redis/redis-2.2.12/doc/FAQ.html
97
- - redis/redis-2.2.12/doc/DelCommand.html
98
- - redis/redis-2.2.12/doc/SetnxCommand.html
99
- - redis/redis-2.2.12/doc/Strings.html
100
- - redis/redis-2.2.12/doc/SunionstoreCommand.html
101
- - redis/redis-2.2.12/doc/HmgetCommand.html
102
- - redis/redis-2.2.12/doc/ZincrbyCommand.html
103
- - redis/redis-2.2.12/doc/Credits.html
104
- - redis/redis-2.2.12/doc/HincrbyCommand.html
105
- - redis/redis-2.2.12/doc/BgrewriteaofCommand.html
106
- - redis/redis-2.2.12/doc/SetCommand.html
107
- - redis/redis-2.2.12/doc/RedisPipelining.html
108
- - redis/redis-2.2.12/doc/SaveCommand.html
109
- - redis/redis-2.2.12/doc/RedisInternals.html
110
- - redis/redis-2.2.12/doc/SetexCommand.html
111
- - redis/redis-2.2.12/doc/SpopCommand.html
112
- - redis/redis-2.2.12/doc/SupportedPlatforms.html
113
- - redis/redis-2.2.12/doc/ZunionCommand.html
114
- - redis/redis-2.2.12/doc/NonexistentCommands.html
115
- - redis/redis-2.2.12/doc/Comparisons.html
116
- - redis/redis-2.2.12/doc/RpushCommand.html
117
- - redis/redis-2.2.12/doc/LindexCommand.html
118
- - redis/redis-2.2.12/doc/EventLibray.html
119
- - redis/redis-2.2.12/doc/ListCommandsSidebar.html
120
- - redis/redis-2.2.12/doc/SdiffstoreCommand.html
121
- - redis/redis-2.2.12/doc/Sets.html
122
- - redis/redis-2.2.12/doc/SmoveCommand.html
123
- - redis/redis-2.2.12/doc/ControlCommandsSidebar.html
124
- - redis/redis-2.2.12/doc/TwitterAlikeExample.html
125
- - redis/redis-2.2.12/doc/ScardCommand.html
126
- - redis/redis-2.2.12/doc/SinterCommand.html
127
- - redis/redis-2.2.12/doc/ConfigCommand.html
128
- - redis/redis-2.2.12/doc/RenamenxCommand.html
129
- - redis/redis-2.2.12/doc/HgetCommand.html
130
- - redis/redis-2.2.12/doc/GetbitCommand.html
131
- - redis/redis-2.2.12/doc/HgetallCommand.html
132
- - redis/redis-2.2.12/doc/HashCommandsSidebar.html
133
- - redis/redis-2.2.12/doc/SetCommandsSidebar.html
134
- - redis/redis-2.2.12/doc/StringCommandsSidebar.html
135
- - redis/redis-2.2.12/doc/ReplyTypes.html
136
- - redis/redis-2.2.12/doc/MonitorCommand.html
137
- - redis/redis-2.2.12/doc/BrpoplpushCommand.html
138
- - redis/redis-2.2.12/doc/ZrankCommand.html
139
- - redis/redis-2.2.12/doc/Redis_2_0_0_Changelog.html
140
- - redis/redis-2.2.12/doc/BlpopCommand.html
141
- - redis/redis-2.2.12/doc/Hashes.html
142
- - redis/redis-2.2.12/doc/Features.html
143
- - redis/redis-2.2.12/doc/ShutdownCommand.html
144
- - redis/redis-2.2.12/doc/ExpireCommand.html
145
- - redis/redis-2.2.12/doc/SetrangeCommand.html
146
- - redis/redis-2.2.12/doc/SortedSets.html
147
- - redis/redis-2.2.12/doc/ZcardCommand.html
148
- - redis/redis-2.2.12/doc/HsetCommand.html
149
- - redis/redis-2.2.12/doc/RedisStatus.html
150
- - redis/redis-2.2.12/doc/HlenCommand.html
151
- - redis/redis-2.2.12/doc/SismemberCommand.html
152
- - redis/redis-2.2.12/doc/HsetnxCommand.html
153
- - redis/redis-2.2.12/doc/AuthCommand.html
154
- - redis/redis-2.2.12/doc/QuickStart.html
155
- - redis/redis-2.2.12/doc/SunionCommand.html
156
- - redis/redis-2.2.12/doc/LtrimCommand.html
157
- - redis/redis-2.2.12/doc/ZunionstoreCommand.html
158
- - redis/redis-2.2.12/doc/InfoCommand.html
159
- - redis/redis-2.2.12/doc/LrangeCommand.html
160
- - redis/redis-2.2.12/doc/RedisEventLibrary.html
161
- - redis/redis-2.2.12/doc/TtlCommand.html
162
- - redis/redis-2.2.12/doc/ZrangebyscoreCommand.html
163
- - redis/redis-2.2.12/doc/RedisBigData.html
164
- - redis/redis-2.2.12/doc/PublishSubscribe.html
165
- - redis/redis-2.2.12/doc/redis.png
166
- - redis/redis-2.2.12/doc/Configuration.html
167
- - redis/redis-2.2.12/doc/TemplateCommand.html
168
- - redis/redis-2.2.12/doc/ZremrangebyscoreCommand.html
169
- - redis/redis-2.2.12/doc/IncrCommand.html
170
- - redis/redis-2.2.12/doc/LsetCommand.html
171
- - redis/redis-2.2.12/doc/MgetCommand.html
172
- - redis/redis-2.2.12/doc/Speed.html
173
- - redis/redis-2.2.12/doc/LastsaveCommand.html
174
- - redis/redis-2.2.12/doc/Redis0100ChangeLog.html
175
- - redis/redis-2.2.12/doc/LpopCommand.html
176
- - redis/redis-2.2.12/doc/LlenCommand.html
177
- - redis/redis-2.2.12/doc/SrandmemberCommand.html
178
- - redis/redis-2.2.12/doc/HexistsCommand.html
179
- - redis/redis-2.2.12/doc/SortedSetCommandsSidebar.html
180
- - redis/redis-2.2.12/doc/ProgrammingExamples.html
181
- - redis/redis-2.2.12/doc/DbsizeCommand.html
182
- - redis/redis-2.2.12/doc/ZremrangebyrankCommand.html
183
- - redis/redis-2.2.12/doc/SinterstoreCommand.html
184
- - redis/redis-2.2.12/doc/ZscoreCommand.html
185
- - redis/redis-2.2.12/doc/UnstableSource.html
186
- - redis/redis-2.2.12/doc/SubstrCommand.html
187
- - redis/redis-2.2.12/doc/ProtocolSpecification.html
188
- - redis/redis-2.2.12/doc/Lists.html
189
- - redis/redis-2.2.12/doc/StrlenCommand.html
190
- - redis/redis-2.2.12/doc/Pipelining.html
191
- - redis/redis-2.2.12/doc/MultiExecCommand.html
192
- - redis/redis-2.2.12/doc/ZaddCommand.html
193
- - redis/redis-2.2.12/doc/LremCommand.html
194
- - redis/redis-2.2.12/doc/SlaveofCommand.html
195
- - redis/redis-2.2.12/doc/README.html
196
- - redis/redis-2.2.12/doc/RandomkeyCommand.html
197
- - redis/redis-2.2.12/doc/AppendOnlyFileHowto.html
198
- - redis/redis-2.2.12/doc/GetCommand.html
199
- - redis/redis-2.2.12/doc/Redis0900ChangeLog.html
200
- - redis/redis-2.2.12/doc/FlushallCommand.html
201
- - redis/redis-2.2.12/doc/HdelCommand.html
202
- - redis/redis-2.2.12/doc/ConnectionHandlingSidebar.html
203
- - redis/redis-2.2.12/doc/MsetCommand.html
204
- - redis/redis-2.2.12/doc/QuitCommand.html
205
- - redis/redis-2.2.12/doc/VirtualMemoryUserGuide.html
206
- - redis/redis-2.2.12/doc/DesignPatterns.html
207
- - redis/redis-2.2.12/doc/SponsorshipHistory.html
208
- - redis/redis-2.2.12/doc/SdiffCommand.html
209
- - redis/redis-2.2.12/doc/ObjectHashMappers.html
210
- - redis/redis-2.2.12/doc/RedisCLI.html
211
- - redis/redis-2.2.12/doc/SremCommand.html
212
- - redis/redis-2.2.12/doc/RedisGuides.html
213
- - redis/redis-2.2.12/doc/GenericCommandsSidebar.html
214
- - redis/redis-2.2.12/design-documents/REDIS-CLUSTER-2
215
- - redis/redis-2.2.12/design-documents/REDIS-CLUSTER
216
- - redis/redis-2.2.12/BUGS
217
- - redis/redis-2.2.12/src/help.h
218
- - redis/redis-2.2.12/src/t_hash.c
219
- - redis/redis-2.2.12/src/config.h
220
- - redis/redis-2.2.12/src/redis-benchmark.c
221
- - redis/redis-2.2.12/src/ae_epoll.c
222
- - redis/redis-2.2.12/src/t_string.c
223
- - redis/redis-2.2.12/src/lzf_c.c
224
- - redis/redis-2.2.12/src/sha1.h
225
- - redis/redis-2.2.12/src/solarisfixes.h
226
- - redis/redis-2.2.12/src/anet.h
227
- - redis/redis-2.2.12/src/util.c
228
- - redis/redis-2.2.12/src/Makefile
229
- - redis/redis-2.2.12/src/t_set.c
230
- - redis/redis-2.2.12/src/t_list.c
231
- - redis/redis-2.2.12/src/slowlog.c
232
- - redis/redis-2.2.12/src/slowlog.h
233
- - redis/redis-2.2.12/src/pubsub.c
234
- - redis/redis-2.2.12/src/intset.c
235
- - redis/redis-2.2.12/src/zipmap.h
236
- - redis/redis-2.2.12/src/redis.c
237
- - redis/redis-2.2.12/src/ae.c
238
- - redis/redis-2.2.12/src/zmalloc.c
239
- - redis/redis-2.2.12/src/redis-check-aof.c
240
- - redis/redis-2.2.12/src/intset.h
241
- - redis/redis-2.2.12/src/lzf.h
242
- - redis/redis-2.2.12/src/version.h
243
- - redis/redis-2.2.12/src/replication.c
244
- - redis/redis-2.2.12/src/redis-cli.c
245
- - redis/redis-2.2.12/src/ae_kqueue.c
246
- - redis/redis-2.2.12/src/syncio.c
247
- - redis/redis-2.2.12/src/pqsort.c
248
- - redis/redis-2.2.12/src/ziplist.h
249
- - redis/redis-2.2.12/src/release.c
250
- - redis/redis-2.2.12/src/sds.c
251
- - redis/redis-2.2.12/src/db.c
252
- - redis/redis-2.2.12/src/redis.h
253
- - redis/redis-2.2.12/src/fmacros.h
254
- - redis/redis-2.2.12/src/lzf_d.c
255
- - redis/redis-2.2.12/src/vm.c
256
- - redis/redis-2.2.12/src/redis-check-dump.c
257
- - redis/redis-2.2.12/src/t_zset.c
258
- - redis/redis-2.2.12/src/valgrind.sup
259
- - redis/redis-2.2.12/src/anet.c
260
- - redis/redis-2.2.12/src/multi.c
261
- - redis/redis-2.2.12/src/object.c
262
- - redis/redis-2.2.12/src/adlist.c
263
- - redis/redis-2.2.12/src/networking.c
264
- - redis/redis-2.2.12/src/rdb.c
265
- - redis/redis-2.2.12/src/dict.h
266
- - redis/redis-2.2.12/src/dict.c
267
- - redis/redis-2.2.12/src/sds.h
268
- - redis/redis-2.2.12/src/config.c
269
- - redis/redis-2.2.12/src/lzfP.h
270
- - redis/redis-2.2.12/src/zmalloc.h
271
- - redis/redis-2.2.12/src/testhelp.h
272
- - redis/redis-2.2.12/src/zipmap.c
273
- - redis/redis-2.2.12/src/sort.c
274
- - redis/redis-2.2.12/src/sha1.c
275
- - redis/redis-2.2.12/src/mkreleasehdr.sh
276
- - redis/redis-2.2.12/src/aof.c
277
- - redis/redis-2.2.12/src/ae_select.c
278
- - redis/redis-2.2.12/src/ae.h
279
- - redis/redis-2.2.12/src/pqsort.h
280
- - redis/redis-2.2.12/src/ziplist.c
281
- - redis/redis-2.2.12/src/debug.c
282
- - redis/redis-2.2.12/src/adlist.h
283
- - redis/redis-2.2.12/TODO
284
- - redis/redis-2.2.12/README
285
- - redis/redis-2.2.12/redis.conf
286
- - redis/redis-2.2.12/tests/assets/default.conf
287
- - redis/redis-2.2.12/tests/support/util.tcl
288
- - redis/redis-2.2.12/tests/support/tmpfile.tcl
289
- - redis/redis-2.2.12/tests/support/redis.tcl
290
- - redis/redis-2.2.12/tests/support/test.tcl
291
- - redis/redis-2.2.12/tests/support/server.tcl
292
- - redis/redis-2.2.12/tests/integration/redis-cli.tcl
293
- - redis/redis-2.2.12/tests/integration/replication.tcl
294
- - redis/redis-2.2.12/tests/integration/aof.tcl
295
- - redis/redis-2.2.12/tests/unit/expire.tcl
296
- - redis/redis-2.2.12/tests/unit/pubsub.tcl
297
- - redis/redis-2.2.12/tests/unit/sort.tcl
298
- - redis/redis-2.2.12/tests/unit/cas.tcl
299
- - redis/redis-2.2.12/tests/unit/protocol.tcl
300
- - redis/redis-2.2.12/tests/unit/slowlog.tcl
301
- - redis/redis-2.2.12/tests/unit/quit.tcl
302
- - redis/redis-2.2.12/tests/unit/auth.tcl
303
- - redis/redis-2.2.12/tests/unit/type/zset.tcl
304
- - redis/redis-2.2.12/tests/unit/type/set.tcl
305
- - redis/redis-2.2.12/tests/unit/type/list.tcl
306
- - redis/redis-2.2.12/tests/unit/type/hash.tcl
307
- - redis/redis-2.2.12/tests/unit/printver.tcl
308
- - redis/redis-2.2.12/tests/unit/other.tcl
309
- - redis/redis-2.2.12/tests/unit/basic.tcl
310
- - redis/redis-2.2.12/tests/test_helper.tcl
311
- - redis/redis-2.2.12/deps/linenoise/linenoise.c
312
- - redis/redis-2.2.12/deps/linenoise/Makefile
313
- - redis/redis-2.2.12/deps/linenoise/README.markdown
314
- - redis/redis-2.2.12/deps/linenoise/linenoise.h
315
- - redis/redis-2.2.12/deps/linenoise/example.c
316
- - redis/redis-2.2.12/deps/hiredis/hiredis.c
317
- - redis/redis-2.2.12/deps/hiredis/Makefile
318
- - redis/redis-2.2.12/deps/hiredis/example-libev.c
319
- - redis/redis-2.2.12/deps/hiredis/README.md
320
- - redis/redis-2.2.12/deps/hiredis/COPYING
321
- - redis/redis-2.2.12/deps/hiredis/sds.c
322
- - redis/redis-2.2.12/deps/hiredis/fmacros.h
323
- - redis/redis-2.2.12/deps/hiredis/net.c
324
- - redis/redis-2.2.12/deps/hiredis/util.h
325
- - redis/redis-2.2.12/deps/hiredis/async.c
326
- - redis/redis-2.2.12/deps/hiredis/sds.h
327
- - redis/redis-2.2.12/deps/hiredis/example-libevent.c
328
- - redis/redis-2.2.12/deps/hiredis/example.c
329
- - redis/redis-2.2.12/deps/hiredis/async.h
330
- - redis/redis-2.2.12/deps/hiredis/TODO
331
- - redis/redis-2.2.12/deps/hiredis/hiredis.h
332
- - redis/redis-2.2.12/deps/hiredis/net.h
333
- - redis/redis-2.2.12/deps/hiredis/adapters/libevent.h
334
- - redis/redis-2.2.12/deps/hiredis/adapters/libev.h
335
- - redis/redis-2.2.12/deps/hiredis/adapters/ae.h
336
- - redis/redis-2.2.12/deps/hiredis/test.c
337
- - redis/redis-2.2.12/deps/hiredis/example-ae.c
338
337
  - LICENSE
339
338
  - README.md
340
- has_rdoc: true
341
339
  homepage: http://github.com/simonrussell/redis-server-gem
342
340
  licenses: []
343
341
  post_install_message:
@@ -358,7 +356,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
358
356
  version: '0'
359
357
  requirements: []
360
358
  rubyforge_project:
361
- rubygems_version: 1.6.2
359
+ rubygems_version: 1.8.8
362
360
  signing_key:
363
361
  specification_version: 3
364
362
  summary: Gem wrapper to install redis