前段時間一個項目因併發量大。因防止宕機做了主從備份,首頁的表連接查詢又非常的耗時。故此拿出利器Redis緩存這個查詢結果,並隨著用戶操作而更新。 因官方目前只有linux版,Windows版下載: https://github.com/ServiceStack/redis-windows/tree/
前段時間一個項目因併發量大。因防止宕機做了主從備份,首頁的表連接查詢又非常的耗時。故此拿出利器Redis緩存這個查詢結果,並隨著用戶操作而更新。
因官方目前只有linux版,Windows版下載: https://github.com/ServiceStack/redis-windows/tree/master/downloads
下載完成後解壓進入redis目錄
設置Redis主伺服器
1.安裝主伺服器緩存:Master Redis
新建一個bat文件:redis-server --service-install redis.windows.conf --loglevel verbose --service-name redis 雙擊執行
2.在主伺服器上設置為服務並啟動
新建批處理:redis-server --service-start --service-name redis redis.window.conf 雙擊執行
打開服務界面,如下圖,下次Windows開機後redis服務會自動啟動