jjw99

Results 8 comments of jjw99

Thanks @yinqiwen . I updated this morning from a commit ~1month old to the latest. I did "info" to get all sections. To me, nothing stands out except used_memory_rss. 12...

I am using a slightly modified redis cache library at https://github.com/benman1/redis-simple-cache/blob/master/redis_cache/rediscache.py Watching from the redis-cli monitor command: very heavily: GET EXPIRE heavily: SETEX MULTI EXEC PERSIST occasionally: PTTL DEL

Correct. I'm just using as a key/value storage for simple strings and files. The keys are all almost all

There were only 1 or 2 commands inside of the multi/exec. Just as a test, I updated the python library and removed all of the multi/exec calls so everything was...

Thanks for your help on this. I do not run the monitor command frequently. I only did it temporarily to double check the incoming commands from the python redis library....

I set redis-compatible-mode to no. The memory is staying at ~500MB now. Thanks @yinqiwen !

I'm seeing the same thing on 25.1.0. The security and notifications settings pages fail to load. Only 200 status codes in chrome debug -> Network tab.

There seems to be something related to getting information about the organization. On the security page, accountSecurityWrapper.tsx, reports that orgRequest.isError = true. ![Image](https://github.com/user-attachments/assets/0ef7c762-0ba8-4c37-ae37-aced58806c03) And on the notifications page, notificationSettingsController.tsx, organizationsLoading...