-
- 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
- .gitignore 1 addition, 0 deletions.gitignore
- Makefile 0 additions, 12 deletionsMakefile
- lib/vendor/redis/.gitignore 16 additions, 0 deletionslib/vendor/redis/.gitignore
- lib/vendor/redis/.travis.yml 65 additions, 0 deletionslib/vendor/redis/.travis.yml
- lib/vendor/redis/.travis/Gemfile 11 additions, 0 deletionslib/vendor/redis/.travis/Gemfile
- lib/vendor/redis/.yardopts 3 additions, 0 deletionslib/vendor/redis/.yardopts
- lib/vendor/redis/CHANGELOG.md 363 additions, 0 deletionslib/vendor/redis/CHANGELOG.md
- lib/vendor/redis/Gemfile 4 additions, 0 deletionslib/vendor/redis/Gemfile
- lib/vendor/redis/LICENSE 20 additions, 0 deletionslib/vendor/redis/LICENSE
- lib/vendor/redis/README.md 410 additions, 0 deletionslib/vendor/redis/README.md
- lib/vendor/redis/Rakefile 87 additions, 0 deletionslib/vendor/redis/Rakefile
- lib/vendor/redis/benchmarking/logging.rb 71 additions, 0 deletionslib/vendor/redis/benchmarking/logging.rb
- lib/vendor/redis/benchmarking/pipeline.rb 51 additions, 0 deletionslib/vendor/redis/benchmarking/pipeline.rb
- lib/vendor/redis/benchmarking/speed.rb 21 additions, 0 deletionslib/vendor/redis/benchmarking/speed.rb
- lib/vendor/redis/benchmarking/suite.rb 24 additions, 0 deletionslib/vendor/redis/benchmarking/suite.rb
- lib/vendor/redis/benchmarking/worker.rb 71 additions, 0 deletionslib/vendor/redis/benchmarking/worker.rb
- lib/vendor/redis/examples/basic.rb 15 additions, 0 deletionslib/vendor/redis/examples/basic.rb
- lib/vendor/redis/examples/consistency.rb 114 additions, 0 deletionslib/vendor/redis/examples/consistency.rb
- lib/vendor/redis/examples/dist_redis.rb 43 additions, 0 deletionslib/vendor/redis/examples/dist_redis.rb
- lib/vendor/redis/examples/incr-decr.rb 17 additions, 0 deletionslib/vendor/redis/examples/incr-decr.rb
Makefile
deleted
100644 → 0
lib/vendor/redis/.gitignore
0 → 100644
lib/vendor/redis/.travis.yml
0 → 100644
lib/vendor/redis/.travis/Gemfile
0 → 100644
lib/vendor/redis/.yardopts
0 → 100644
lib/vendor/redis/CHANGELOG.md
0 → 100644
lib/vendor/redis/Gemfile
0 → 100644
lib/vendor/redis/LICENSE
0 → 100644
lib/vendor/redis/README.md
0 → 100644
lib/vendor/redis/Rakefile
0 → 100644
lib/vendor/redis/benchmarking/logging.rb
0 → 100644
lib/vendor/redis/benchmarking/pipeline.rb
0 → 100644
lib/vendor/redis/benchmarking/speed.rb
0 → 100644
lib/vendor/redis/benchmarking/suite.rb
0 → 100644
lib/vendor/redis/benchmarking/worker.rb
0 → 100644
lib/vendor/redis/examples/basic.rb
0 → 100644
lib/vendor/redis/examples/consistency.rb
0 → 100644
lib/vendor/redis/examples/dist_redis.rb
0 → 100644
lib/vendor/redis/examples/incr-decr.rb
0 → 100644
Please register or sign in to comment