We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would like to make it work on http://sourceforge.net/projects/cpollcppsp/
Can you please provide the instructions on how to get it done for the latest 1.0 version? Thanks
The text was updated successfully, but these errors were encountered:
I had not worked with cpoll_cppsp. But I would be interested to learn it. If I can, then give instructions.
Sorry, something went wrong.
This is my file index.cppsp. On my computer it works.
<%# #include < iostream> #include < unistd.h> #include < sys/types.h> #include < stdexcept> #include < cppsp/common.H> #include < delegate.H> #include < iostream> #include < iostream>
#include "SimpleRedisClient.h" #include "SimpleRedisClient.cpp"
void init() { doReadPost=true; }
SimpleRedisClient rc; rc.setHost("127.0.0.1"); rc = "cppspKEY cppspTest";
rc.get("cppspKEY");
%>
redis['cppspKEY]'= <%=rc.getData()%>
<% rc.redis_close(); %>
No branches or pull requests
Would like to make it work on http://sourceforge.net/projects/cpollcppsp/
Can you please provide the instructions on how to get it done for the latest 1.0 version? Thanks
The text was updated successfully, but these errors were encountered: