This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
394c1ed1ae
budibase
/
packages
/
backend-core
/
src
/
redis
History
mike12345567
bbeaed48a7
Removing the use of the addQueries quota functionality from row API - we don't make use of these statistics anymore (and haven't in a while) counting them is pointless and could be causing some loss in performance in these heavily used endpoints.
2024-01-04 17:38:54 +00:00
..
tests
Add comments
2023-11-30 18:39:33 +01:00
index.ts
Moving things around to get rid of cyclics created by moving invite/passwordReset into backend-core - also updating currentapp test case to mock a bit better.
2023-11-17 16:20:10 +00:00
init.ts
Further PR comments.
2023-11-17 16:37:00 +00:00
redis.ts
Fixing issue with Redis disconnection - this should correctly reconnect the service when Redis service becomes available again.
2023-12-22 18:28:07 +00:00
redlockImpl.ts
Removing the use of the addQueries quota functionality from row API - we don't make use of these statistics anymore (and haven't in a while) counting them is pointless and could be causing some loss in performance in these heavily used endpoints.
2024-01-04 17:38:54 +00:00
utils.ts
Fix an issue with account portal redis connection, if no Redis port is supplied in URL we should assume the default port number 6379.
2023-11-20 15:34:16 +00:00