<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://sugarclub.sugarcrm.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Using Valkey instead of redis in sugarcrm on-premise instance</title><link>https://sugarclub.sugarcrm.com/explore/help-forums/enterprise-professional/f/enterprise-professional-questions/8188/using-valkey-instead-of-redis-in-sugarcrm-on-premise-instance</link><description>Hey everyone, 
 The potential of using Valkey as an in-memory data store with a SugarCRM instance is being explored, and input from the community is welcome. Valkey is a recent open-source alternative to Redis. 
 The following topics are of interest:</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Using Valkey instead of redis in sugarcrm on-premise instance</title><link>https://sugarclub.sugarcrm.com/thread/33302?ContentTypeID=1</link><pubDate>Fri, 05 Sep 2025 20:31:41 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:8fd11695-f3c6-4451-bfbe-b65536b15f96</guid><dc:creator>Angel Magana</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am not aware of any customers that are actively using Valkey and you should be aware that this is not a component we test or officially support. That being said, the manner in which Sugar interacts with Redis (or memcached) is quite basic.&lt;/p&gt;
&lt;p&gt;If PHP is configured to store its sessions in Redis/memcached, Sugar would then indirectly leverage&amp;nbsp;it to read/store PHP session info. I would say that this is the most common way that customers leverage the technology and this configuration will help improve overall performance. Our general advice as it relates to this topic is that we highly recommend its use for the performance gains.&lt;/p&gt;
&lt;p&gt;Additionally, it is possible to configure Sugar such that it directly interacts with Redis/memcached and use it as a user cache. This is used to store information pertaining to the currently logged in user, such as some preferences and other tidbits normally retrieved from the database. Such a configuration also helps improve performance, although, the session caching technique is more impactful.&lt;/p&gt;
&lt;p&gt;Sugar itself is not dependent on any Redis modules or&amp;nbsp;specific&amp;nbsp;features beyond the ability to store or delete a key/value pairing or session. Incidentally, the use of Redis, while highly recommended, is purely for improving performance as the system can operate without it. I mention this just to clarify that none of the features in Sugar are dependent on its use.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would caution you on using Valkey as we simply don&amp;#39;t have any test data to rely upon to comment on its feasibility nor provide advice on correcting issues should you encounter them.&lt;/p&gt;
&lt;p&gt;I would also be concerned about the status of its PHP client, assuming it exists. The Redis PHP client is mandatory if one wishes to use it to either store the sessions or as a user cache. You would need an equivalent for Valkey in order to make use of it for either. In the case of leveraging it for the user cache, you might also need to customize Sugar to cause it to recognize it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>