mirror of
https://github.com/fluencelabs/redis
synced 2025-06-27 07:51:33 +00:00
client-libraries
erlang
lua
perl
php
python
ruby
bin
examples
basic.rb
incr-decr.rb
list.rb
sets.rb
test_server.rb
lib
spec
tasks
.gitignore
LICENSE
README.markdown
Rakefile
bench.rb
profile.rb
redis-rb.gemspec
speed.rb
tcl
README
update-erlang-client.sh
update-lua-client.sh
update-perl-client.sh
update-ruby-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
dict.c
dict.h
fmacros.h
lzf.h
lzfP.h
lzf_c.c
lzf_d.c
redis-cli.c
redis.c
redis.conf
sds.c
sds.h
test-redis.tcl
zmalloc.c
zmalloc.h
13 lines
243 B
Ruby
13 lines
243 B
Ruby
![]() |
require 'socket'
|
||
|
require 'pp'
|
||
|
require File.join(File.dirname(__FILE__), '../lib/redis')
|
||
|
|
||
|
#require File.join(File.dirname(__FILE__), '../lib/server')
|
||
|
|
||
|
|
||
|
#r = Redis.new
|
||
|
#loop do
|
||
|
|
||
|
# puts "--------------------------------------"
|
||
|
# sleep 12
|
||
|
#end
|