rfortune.usp 268 B

1234567891011121314
  1. <!--#
  2. Test type 4: Fortunes
  3. TechEmpower Web Framework Benchmarks
  4. -->
  5. <!--#declaration
  6. #include "fortuneNoSql.h"
  7. static void usp_fork_rfortune() { FortuneNoSql::handlerForkREDIS(); }
  8. -->
  9. <!--#header
  10. -->
  11. <!--#code
  12. Fortune::doQuery(FortuneNoSql::handlerQueryREDIS);
  13. -->