When running hMGet on a array with ~34,000 items it takes around 55 seconds to process (old P4). Switching it out with Predis (pure php redis client) the same processing takes about 5 seconds, even with an extra loop through the results to make the array results use the key, instead of a number based index.
When running hMGet on a array with ~34,000 items it takes around 55 seconds to process (old P4). Switching it out with Predis (pure php redis client) the same processing takes about 5 seconds, even with an extra loop through the results to make the array results use the key, instead of a number based index.