pig-redis
pig-redis copied to clipboard
Support for redis security
It would be nice to have support for AUTH command.
http://redis.io/commands/auth
Maybe creating a new constructor:
com.hackdiary.pig.RedisStorer('kv', 'localhost', 'mypassword')
what do you think?