Congratulations to everyone. Today the official magento CE 1.8 build appeared.
The main changes fix the current version issues.
Functional of tax calculation was improved and optimized. USPS and DHL libraries were updated as well.
Cache performance optimised and there is a new cacheing provider – Cm_Cache_Backend_Redis.
There also is an ability to move sessions to Redis with Cm_RedisSession.
Now you can use this from the box:
Partner With Us
Let's discuss how to grow your business. Get a Free Quote.
Talk to Vlad
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<cache> <backend>Cm_Cache_Backend_Redis</backend> <backend_options> <server>127.0.0.1</server> <!-- or absolute path to unix socket for better performance --> <port>6379</port> <database>0</database> <password></password> <force_standalone>0</force_standalone> <!-- 0 for phpredis, 1 for standalone PHP --> <connect_retries>1</connect_retries> <!-- Reduces errors due to random connection failures --> <automatic_cleaning_factor>0</automatic_cleaning_factor> <!-- Disabled by default --> <compress_data>1</compress_data> <!-- 0-9 for compression level, recommended: 0 or 1 --> <compress_tags>1</compress_tags> <!-- 0-9 for compression level, recommended: 0 or 1 --> <compress_threshold>20480</compress_threshold> <!-- Strings below this size will not be compressed --> <compression_lib>gzip</compression_lib> <!-- Supports gzip, lzf and snappy --> <persistent>1</persistent> <!-- persistence value, 0: not in use, > 0 used as persistence ID --> </backend_options> </cache> |
More information about configuring Magento cache with Redis is available here.
There are also changes to discount calculation, API, import/export functional.
Go ahead here to see the full changelog here.
Partner With Us
Looking for a partner that will help you to grow your business? We are the right company to develop your webstore. Feel free to get in touch with us. We will be happy to discuss your business opportunities and provide you with a Free Quote.
Talk to Vlad
Piotr,
Thanks a lot for the link.
see here for details http://www.magentocommerce.com/knowledge-base/entry/redis-magento-ce-ee