"Transients are saved to the wp_options table." is only partially true if running the wp transient type command against a multisite. See #41 for background. There are two ways to solve this:
Transients are saved to the wp_options table, site transients to the wp_sitemeta table.
Transients are saved to the database.
For simplicity's sake I'd choose the second option.
"Transients are saved to the wp_options table." is only partially true if running the
wp transient typecommand against a multisite. See #41 for background. There are two ways to solve this:For simplicity's sake I'd choose the second option.