YevhenBondarenko
|
60be820915
|
merge with master
|
2024-01-15 18:51:00 +01:00 |
|
Igor Kulikov
|
c5a72ed8df
|
Update license header to 2024 year.
|
2024-01-09 10:46:16 +02:00 |
|
YevhenBondarenko
|
61602330ec
|
merge with 3.7
|
2023-12-28 12:16:14 +01:00 |
|
YevhenBondarenko
|
feb44656f1
|
merge with master
|
2023-12-26 00:58:31 +01:00 |
|
YevhenBondarenko
|
8ccd70fc65
|
Used ProtoUtils instead of ProtoWIthFSTService for serialization
|
2023-12-20 17:33:04 +01:00 |
|
YevhenBondarenko
|
5b9eae4a6f
|
license format
|
2023-12-14 20:08:52 +01:00 |
|
YevhenBondarenko
|
5869378c2c
|
Implemented Json serialization, added custom serializer for the Device redis cache
|
2023-12-14 20:02:53 +01:00 |
|
YevhenBondarenko
|
8ac80476ad
|
added encode/decode time stats and refactoring
|
2023-11-27 23:13:03 +01:00 |
|
YevhenBondarenko
|
d6b56177a2
|
fst stats in Grafana
|
2023-11-21 16:00:30 +01:00 |
|
dashevchenko
|
6551658bfc
|
updated TbTransactionalCache with method that retrieve but doesn`t put value in cache
|
2023-11-10 13:17:23 +02:00 |
|
Andrii Shvaika
|
162bf8a1f2
|
Device Cache fix
|
2023-11-06 17:36:38 +02:00 |
|
Andrii Shvaika
|
33abe0ebe5
|
Fix cache key for device cache
|
2023-11-06 14:34:50 +02:00 |
|
dashevchenko
|
b92f543833
|
updated default value for redis ssl config
|
2023-09-19 12:03:44 +03:00 |
|
dashevchenko
|
b2b5573a61
|
added ssl support for redis
|
2023-09-11 16:57:28 +03:00 |
|
YevhenBondarenko
|
b194f98ebf
|
fixed resource cache
|
2023-07-03 14:26:10 +02:00 |
|
Andrii Shvaika
|
002f780905
|
Merge branch 'develop/3.5.2' into develop/3.6
|
2023-06-30 16:13:03 +03:00 |
|
YevhenBondarenko
|
1a12d3c395
|
merge with develop/3.6
|
2023-06-29 23:40:43 +02:00 |
|
Andrii Shvaika
|
ecae72e994
|
Merge with develop/3.5.2
|
2023-06-29 17:00:23 +03:00 |
|
dashevchenko
|
e2ba34bbf3
|
refactoring
|
2023-06-28 13:48:46 +03:00 |
|
dashevchenko
|
eab633632a
|
added cache for TBResourceInfo
|
2023-06-28 11:35:54 +03:00 |
|
YevhenBondarenko
|
db6f310284
|
migration to spring boot 3.1
|
2023-06-05 15:24:47 +02:00 |
|
Andrii Landiak
|
c2a87aba60
|
Add redis-sentinel mode support
|
2023-06-01 14:47:47 +03:00 |
|
YevhenBondarenko
|
bba26ca676
|
merge with develop/3.5.1
|
2023-05-19 18:20:27 +02:00 |
|
YevhenBondarenko
|
fbf9773a61
|
optimize imports
|
2023-05-02 10:57:58 +02:00 |
|
YevhenBondarenko
|
40d6e67131
|
migrate to java 17
|
2023-05-02 00:46:34 +02:00 |
|
Sergey Matvienko
|
fd7f53bc95
|
RedisTbTransactionalCache fix - skip eviction of empty key list
|
2023-02-28 21:47:51 +01:00 |
|
Igor Kulikov
|
cbdc4517e4
|
Update license header year to 2023
|
2023-01-31 10:43:56 +02:00 |
|
Igor Kulikov
|
60088164a6
|
Fix NPE in CacheSpecMap when specs is not specified.
|
2022-11-08 16:44:27 +02:00 |
|
Andrii Shvaika
|
a0041ed624
|
Fix tests
|
2022-11-08 10:48:39 +02:00 |
|
Andrii Shvaika
|
0873b9e158
|
Improvements to #7434
|
2022-11-07 18:12:28 +02:00 |
|
oyurov
|
3ab1f34594
|
Clean code
|
2022-11-02 14:07:49 +01:00 |
|
oyurov
|
6d34aa237c
|
Refactoring
|
2022-11-02 13:03:17 +01:00 |
|
oyurov
|
d10289253f
|
Refactor
|
2022-11-02 08:46:58 +01:00 |
|
thingsboard
|
c7daaa571e
|
replace StringUtils usages with in-repository implementation
|
2022-07-12 12:08:52 +03:00 |
|
Andrii Shvaika
|
3e962e151f
|
Improved Redis Serialization
|
2022-06-27 17:12:09 +03:00 |
|
Andrii Shvaika
|
48c3ce7047
|
Fix cache value serialization issue
|
2022-06-27 11:48:58 +03:00 |
|
Andrii Shvaika
|
923dcff8e5
|
No more transaction cache
|
2022-06-22 10:31:32 +03:00 |
|
Andrii Shvaika
|
f5603c4f72
|
Merge with develop/3.4
|
2022-06-21 17:57:19 +03:00 |
|
Andrii Shvaika
|
68aa0a2a75
|
Minor improvements
|
2022-06-21 17:54:19 +03:00 |
|
Andrii Shvaika
|
ebbf583392
|
Fix multi-key cache transaction for attributes service
|
2022-06-21 16:11:39 +03:00 |
|
Sergey Matvienko
|
0141787d08
|
RedisTbTransactionalCache - redis cluster watch support by a single key
|
2022-06-21 11:22:07 +03:00 |
|
Andrii Shvaika
|
a352452093
|
Move Device Cache to common package
|
2022-05-13 10:11:06 +03:00 |
|
Andrii Shvaika
|
94155d55fd
|
Organize imports
|
2022-05-11 10:23:12 +03:00 |
|
Andrii Shvaika
|
274cfa986d
|
Session Cache
|
2022-05-10 16:14:41 +03:00 |
|
Andrii Shvaika
|
5243b873e0
|
No more redundant EntityCacheManager
|
2022-05-10 13:35:19 +03:00 |
|
Andrii Shvaika
|
c69ba6d02d
|
Device Profile Cache
|
2022-05-10 13:27:02 +03:00 |
|
Andrii Shvaika
|
eb6458738d
|
Device Cache Impl
|
2022-05-09 17:13:23 +03:00 |
|
Andrii Shvaika
|
a3b8021ec5
|
Redis Cache for RelationsService
|
2022-05-07 15:07:54 +03:00 |
|
Andrii Shvaika
|
a6f38902b7
|
Start of the RelationService refactoring
|
2022-05-07 12:56:27 +03:00 |
|
Andrii Shvaika
|
9f3f2985ab
|
Redis Cache implementation
|
2022-05-06 19:12:41 +03:00 |
|