1
0
mirror of https://github.com/fluencelabs/redis synced 2025-06-22 13:31:32 +00:00
Files
client-libraries
clojure
cpp
erlang
lua
perl
php
python
ruby
scala
tcl
README
update-clojure-client.sh
update-cpp-client.sh
update-erlang-client.sh
update-lua-client.sh
update-perl-client.sh
update-python-client.sh
update-ruby-client.sh
update-scala-client.sh
doc
utils
.gitignore
BETATESTING.txt
BUGS
COPYING
Changelog
Makefile
README
TODO
adlist.c
adlist.h
ae.c
ae.h
anet.c
anet.h
benchmark.c
config.h
dict.c
dict.h
fmacros.h
lzf.h
lzfP.h
lzf_c.c
lzf_d.c
pqsort.c
pqsort.h
redis-cli.c
redis.c
redis.conf
redis.h
sds.c
sds.h
solarisfixes.h
test-redis.tcl
zmalloc.c
zmalloc.h
redis/client-libraries/update-ruby-client.sh

14 lines
221 B
Bash
Raw Normal View History

2009-04-08 13:26:36 +02:00
#!/bin/sh
rm -rf temp
mkdir temp
cd temp
git clone git://github.com/ezmobius/redis-rb.git
#git clone git://github.com/jodosha/redis-rb.git
2009-04-08 13:26:36 +02:00
cd redis-rb
rm -rf .git
cd ..
cd ..
rm -rf ruby
mv temp/redis-rb ruby
rm -rf temp