Skip to content

MisinformedDNA/redis-rb-ssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#redis-ssl

A plugin for the Redis gem to support SSL. Based off of work by RedisLabs.

##Example

$redis = Redis.new(
  :host => '[ApplicationName].redis.cache.windows.net', 
  :port => 6380, 
  :password => '[Password]', 
  :use_ssl => true)

About

A plugin for the Redis gem to support SSL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages