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-Schicht über der DB-Schicht einführen #55

Open
luto opened this issue May 27, 2013 · 1 comment
Open

Model-Schicht über der DB-Schicht einführen #55

luto opened this issue May 27, 2013 · 1 comment

Comments

@luto
Copy link
Contributor

luto commented May 27, 2013

Im Moment muss sich Code der die DB-Schicht verwendet selbst um die Aufrufe von Xenim, Doctypes und co. kümmern. Die Lösung wäre eine eigene Schicht die sich einerseits um Xenim und die Doctypes kümmert und andererseits die Objekte in der DB speichert. Diese Schicht wäre auch ein guter Platz für Caching.

@ghost ghost assigned luto Jun 1, 2013
@Drake81
Copy link

Drake81 commented Jun 2, 2013

Erinnerung für @mluto:

Nach Einführung der Model-Schicht auf folgenden Fehler prüfen.

SyntaxError: Unexpected token Q
    at Object.parse (native)
    at module.exports.RedisStore.get (/home/snotes/show-pad/node_modules/connect-redis/lib/connect-redis.js:99:23)
    at try_callback (/home/snotes/show-pad/node_modules/redis/index.js:520:9)
    at RedisClient.return_reply (/home/snotes/show-pad/node_modules/redis/index.js:590:13)
    at ReplyParser.RedisClient.init_parser (/home/snotes/show-pad/node_modules/redis/index.js:263:14)
    at ReplyParser.EventEmitter.emit (events.js:96:17)
    at ReplyParser.send_reply (/home/snotes/show-pad/node_modules/redis/lib/parser/javascript.js:297:10)
    at ReplyParser.execute (/home/snotes/show-pad/node_modules/redis/lib/parser/javascript.js:168:22)
    at RedisClient.on_data (/home/snotes/show-pad/node_modules/redis/index.js:476:27)
    at Socket.<anonymous> (/home/snotes/show-pad/node_modules/redis/index.js:79:14)

@luto luto removed their assignment Aug 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants