nightlife-rabbit icon indicating copy to clipboard operation
nightlife-rabbit copied to clipboard

Saving to redis database

Open psn80 opened this issue 7 years ago • 0 comments

Thanks a lot for the nice WAMP server. Can anyone explain how to connect the redis-server to any operation publish/subscribe on any topic? In example secure-nightlife-server.js topic must be set: session.subscribe('com.example.time', function () {}) session.publish('com.example.time', [new Date().getTime()]); But how to save all topics to the database?

psn80 avatar Dec 07 '17 20:12 psn80