We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TLS/SSL is used to provide communication security (privacy, integrity and authenticity). When you set `OpenSSL::SSL::VERIFY_NONE` you sacrifice authenticity – that is, you cannot be sure that you are actually talking to the database you intend to. `VERIFY_NONE` should only be used in the rare cases where authentic identities are not available, not recommended generally for connection management.
Updated Connection Management (markdown)
Created Connection Management (markdown)
Updated Cluster mode (markdown)
Fix sample codes
Add to mention options
Add to mention real world experiences
Add to mention Redis::Distiributed class
Add sample codes
Initial Home page
Initial publish
Added delete function
Updated Redis rb Overview (markdown)
Updated redis rb on Phusion Passenger (markdown)
Correcting 'dependcies' to 'dependencies'
Updated according to this comment: https://github.com/redis/redis-rb/issues/155#issuecomment-8653110
Destroyed REmote DIctionary Server Overview (textile)