Currently this module uses redis hashes, and PUTs to only one hash. For New York Media, the number of keys in the hash far exceeds the hash-max-ziplist-entries setting.
To optimize performance and memory usage, the keys could be bucketed into hashes that do not exceed the hash-max-ziplist-entries.