Skip to content

mks-m/tiny_redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Tiny Ruby Redis Client

Need to talk to Redis but can't / don't want to add gem dependency? Just copy contents of tiny_redis.rb file into your script and there you have it:

redis = TinyRedis.new("127.0.0.1", 6379)
redis.set("foo", "bar")
redis.get("foo") # -> "bar"
redis.close

About

tiny ruby redis client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages