Skip to content
New issue

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

model.all not get all object correctly #7

Open
xiaods opened this issue May 18, 2011 · 0 comments
Open

model.all not get all object correctly #7

xiaods opened this issue May 18, 2011 · 0 comments

Comments

@xiaods
Copy link

xiaods commented May 18, 2011

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"]"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant