How to store Odoo session on Redis ? is there any doc available?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
The challenge with Odoo is that queries are in transactions. This make query caching and invalidation complex. The Heimdall Proxy was designed particularly for Odoo to work around this problem. The proxy automate caching and eviction without application changes into the cache of your choice (e.g. Redis, Hazelcast, GemFire, local heap). The Heimdall Proxy is the only solution for Odoo that can 1) Query cache and 2) Split read/writes transactions with ACID compliance. Check out: https:/www.heimdalldata.com/odoo
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
1
thg 5 25
|
1186 | ||
|
0
thg 2 22
|
3208 | ||
|
2
thg 1 22
|
3354 | ||
|
2
thg 1 22
|
4491 | ||
Button that trigger logout
Đã xử lý
|
|
2
thg 2 20
|
14003 |
I haven't heard anything about doing that, but it definitely does sound like it might be worthwhile. Please post back if you find a solution to this.
@luke Sure, I am deploying odoo in HA mode. do you have any solution?
@OpenWorks,
I've just come across this gist:
https://gist.github.com/aek/efb0f9dd8935471f9070
Not sure how to use it yet, but I will post back with what I find once i've figured it out. For HA Odoo i'd recommend checking out this:
http://www.scribd.com/doc/116781163/High-Availability-Opener-p