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
i create model Chart, alike : class Chart < Remodel::Entity property :title, :class => 'String' end
after create records. i will query all record,but return [] always. not sure what happen.
Chart.all return: []
but use redis-monitor: +1305707783.656273 (db 15) "keys" "c:*" +1305707783.657343 (db 15) "mget" "["c:1", "c:2", "c:3", "c:4", "c:5"]"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i create model Chart, alike :
class Chart < Remodel::Entity
property :title, :class => 'String'
end
after create records.
i will query all record,but return [] always.
not sure what happen.
Chart.all
return: []
but use redis-monitor:
+1305707783.656273 (db 15) "keys" "c:*"
+1305707783.657343 (db 15) "mget" "["c:1", "c:2", "c:3", "c:4", "c:5"]"
The text was updated successfully, but these errors were encountered: