我是Redis的新手......像30分鐘新建的那樣,我正在使用node-redis包來構建一個web應用程序。 從我看到用來存儲網頁數據的最佳數據結構將是一個散列,但我也需要跟蹤我在整個應用程序中擁有哪些網頁。所以這是我在做什麼: //this is in Redis-CLI
//add the page and it's data to a hash
HMSET pages:/myurl
我剛剛更新了socket.io到版本1.0.6,發現在socket.io/node_modules下不再有redis。 所以,我NPM安裝socket.io-Redis的,因爲這個線程說,這是正確的解決方案: Migrating socket.io from 0.9.x to 1.x, Problems with configuring RedisStore 但是,隨着最後一個版本,我曾經對我的應