mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Fixes #28403 Uses redis to remember the last time push notifications were experienced working. This needs to work across processes, so can't be done just in memory. As this is transient data that's fairly harmless to lose and thus doesn't require the persistence benefits of the database, and we're keeping a single "row", so don't need an entire new db table, we settle on using redis instead of postgres. This is also consistent with how we store other kinds of such transient data.
		
			
				
	
	
	
		
			18 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			18 KiB