Is there an API? Is there some place in the javascript which would show how to query the redis? I use a [go chat bot](https://github.com/bnfinet/go-chat-bot) instance to manage daily life. I'd like to query current state or Add or Remove list items with... ```bash > me: !listhero buy tomatoes > bot: okay, tomatoes added to Produce ``` which would be - query the current lists to find which one includes Tomatoes - if found move from LRU to list - if not found, add to list