🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

auth_redis_user_connector

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auth_redis_user_connector

0.0.9
Version published
Maintainers
1
Created

AuthRedisUserConnector

Simple interface for http://redis.io/commands/hgetall and http://redis.io/commands/hmset

Installation

Add this line to your application's Gemfile:

gem 'auth_redis_user_connector'

Usage

RedisUserConnector.connect :url => 'redis://localhost:6379/1'

RedisUserConnector.set 'mykey', 'field1', 'value1', 'field2', 'value2'
RedisUserConnector.get 'mykey'

FAQs

Package last updated on 17 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts