@Xavier12,
Ehm, Railgun? Are you implying that you have a CloudFlare Business plan at $200 per month (or a lot less, if you purchased through specific partners)?
To be honest, that is a lot of money for a ready-steady-configured Nginx server (what CloudFlare essentially is), whilst the alternative of Nginx Plus is also available.
I am a bit suprised, in general but also from the perspective of your question.
Any of the paid-for CloudFlare plans and certainly the Business plans would make a plugin like W3TC rather obsolete (and even "dangerous" in combination with CloudFlare).
Moreover, the Railgun technique utilizes Memcached servers (read: managed by Cloudflare), which cannot be used in the W3TC setup.
The whole Railgun idea is to use a "delta" (read: changes) based concept of delivering (in memory) cached content.
In essence, there is no space for a local Memcached or Redis server, let alone a local Memcached server managed and used by the W3TC plugin.
Even though the Railgun concept might seem impressive, a Redis cluster combined with a Nginx cluster, both with nodes across the world, will perform the same (and without the need for any delta based approach, making the whole system less error-prone).
All of the above does more or less answer your question, but the answer is ambivalent: (on the one hand) you need a local memcached server to utilize the Railgun technology at it´s best and this local Memcached server is preferably not to be used or cannot be used for the W3TC plugin and (on the other hand) a Redis server can be used, to speed up a WP instance.
I would strongly recommend to use the Redis cache approach with a WP instance, certainly if the site does not get that much visitors from other parts of the world (and even if it does, the use of a Redis cache will improve pageload speeds for those visitors. Note that one can use the (free) lightning fast CloudFlare DNS system to overcome any reduction in speeds for "foreign" visitors, but in most of the cases, this is not needed at all, since good implementations of Redis cache can allow pageload speeds of 3ms. Yes, dependent on the page: 3ms!)
I also have to mention that a Redis based approach is more in line with "good practice": it has no use to optimize bad pages or sites with CDN techniques (i.e. the endresult still remains suboptimal), whilst it really does add value to improve the pages or sites and introduce some code that integrates caching into the page/site code (and this happens with Redis).
In short, I am in favour of using Redis, certainly in the case of WP instance, even though that can be a challenge.
Hope the above helps, if you have any questions, just start a personal conversation with me.
Regards....