Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Allow passing arbitrary fields through the traptor object #38

Closed
jasonrhaas opened this issue Mar 25, 2016 · 1 comment
Closed

Allow passing arbitrary fields through the traptor object #38

jasonrhaas opened this issue Mar 25, 2016 · 1 comment

Comments

@jasonrhaas
Copy link
Contributor

Would like the ability to pass arbitrary fields through the traptor object. These fields would exist as "extras" in the hash ruleset defined in Redis. In redis, hmset allows you to add any number of key/value pairs. For example,

127.0.0.1:6379> hkeys "traptor:test:0:0"
1) "tag"
2) "value"
3) "type"
4) "desc"
127.0.0.1:6379> hvals "traptor:test:0:0"
1) "test"
2) "#foo"
3) "hashtag"
4) "this is a test"
@jasonrhaas
Copy link
Contributor Author

Complete with the latest version of Traptor.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant