pig-redis
pig-redis copied to clipboard
Redis bulk-loader for Apache Pig
Results
2
pig-redis issues
Sort by
recently updated
recently updated
newest added
Jedis supports zset now, although their README.md doesn't list it. This commit introduces zset support into pig-redis. It still remains to be seen what to do about field values which...
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?