RAM Resources
Use Redis as a virtual file storage
// Create a mapping to it
this.mappings[ "/cluster-fs" ] = "ram://";
// Do some file operations
fileWrite( "/cluster-fs/suzi.txt", myContent );
include template="/cluster-fs/aop.cfm";
directoryList( "/cluster-fs/caches" );Last updated
Was this helpful?