-
- Downloads
Vendor redis_rb from Rubygems, not GitHub
Also just include the entire gem. Space used is negligible and this way we don't have to think about what to leave in/out. Create a vendor-gem script in Ruby instead of Make.
Showing
- lib/vendor/redis/examples/list.rb 26 additions, 0 deletionslib/vendor/redis/examples/list.rb
- lib/vendor/redis/examples/pubsub.rb 37 additions, 0 deletionslib/vendor/redis/examples/pubsub.rb
- lib/vendor/redis/examples/sentinel.rb 41 additions, 0 deletionslib/vendor/redis/examples/sentinel.rb
- lib/vendor/redis/examples/sentinel/start 49 additions, 0 deletionslib/vendor/redis/examples/sentinel/start
- lib/vendor/redis/examples/sets.rb 36 additions, 0 deletionslib/vendor/redis/examples/sets.rb
- lib/vendor/redis/examples/unicorn/config.ru 3 additions, 0 deletionslib/vendor/redis/examples/unicorn/config.ru
- lib/vendor/redis/examples/unicorn/unicorn.rb 20 additions, 0 deletionslib/vendor/redis/examples/unicorn/unicorn.rb
- lib/vendor/redis/redis.gemspec 44 additions, 0 deletionslib/vendor/redis/redis.gemspec
- lib/vendor/redis/test/bitpos_test.rb 69 additions, 0 deletionslib/vendor/redis/test/bitpos_test.rb
- lib/vendor/redis/test/blocking_commands_test.rb 42 additions, 0 deletionslib/vendor/redis/test/blocking_commands_test.rb
- lib/vendor/redis/test/client_test.rb 59 additions, 0 deletionslib/vendor/redis/test/client_test.rb
- lib/vendor/redis/test/command_map_test.rb 30 additions, 0 deletionslib/vendor/redis/test/command_map_test.rb
- lib/vendor/redis/test/commands_on_hashes_test.rb 21 additions, 0 deletionslib/vendor/redis/test/commands_on_hashes_test.rb
- lib/vendor/redis/test/commands_on_hyper_log_log_test.rb 21 additions, 0 deletionslib/vendor/redis/test/commands_on_hyper_log_log_test.rb
- lib/vendor/redis/test/commands_on_lists_test.rb 20 additions, 0 deletionslib/vendor/redis/test/commands_on_lists_test.rb
- lib/vendor/redis/test/commands_on_sets_test.rb 77 additions, 0 deletionslib/vendor/redis/test/commands_on_sets_test.rb
- lib/vendor/redis/test/commands_on_sorted_sets_test.rb 137 additions, 0 deletionslib/vendor/redis/test/commands_on_sorted_sets_test.rb
- lib/vendor/redis/test/commands_on_strings_test.rb 101 additions, 0 deletionslib/vendor/redis/test/commands_on_strings_test.rb
- lib/vendor/redis/test/commands_on_value_types_test.rb 133 additions, 0 deletionslib/vendor/redis/test/commands_on_value_types_test.rb
- lib/vendor/redis/test/connection_handling_test.rb 277 additions, 0 deletionslib/vendor/redis/test/connection_handling_test.rb
lib/vendor/redis/examples/list.rb
0 → 100644
lib/vendor/redis/examples/pubsub.rb
0 → 100644
lib/vendor/redis/examples/sentinel.rb
0 → 100644
lib/vendor/redis/examples/sentinel/start
0 → 100755
lib/vendor/redis/examples/sets.rb
0 → 100644
lib/vendor/redis/examples/unicorn/config.ru
0 → 100644
lib/vendor/redis/examples/unicorn/unicorn.rb
0 → 100644
lib/vendor/redis/redis.gemspec
0 → 100644
lib/vendor/redis/test/bitpos_test.rb
0 → 100644
lib/vendor/redis/test/client_test.rb
0 → 100644
lib/vendor/redis/test/command_map_test.rb
0 → 100644
Please register or sign in to comment