Graham Murt
|
ec5a804576
|
Fixed issue where an exception is raised if KEYS() finds no matches and returns null (#733)
|
2024-03-08 15:26:35 +01:00 |
|
Graham Murt
|
0ceb7180fa
|
Added DeleteCacheKey method to TMVCCacheController (#731)
Deletes the specified key(s) from the Redis cache. Pattern matching can be used to delete multiple keys
|
2024-02-21 23:33:25 +01:00 |
|
Daniele Teti
|
90dcd3bdfe
|
Copyright updated to 2010-2024
|
2024-01-02 17:04:27 +01:00 |
|
Daniele Teti
|
fc9fffb9e7
|
Updated copyright message, removing some warnings
|
2023-01-17 08:52:26 +01:00 |
|
Daniele Teti
|
a8ce1bb25b
|
+ Updated copyright for 2022
|
2022-01-04 15:44:47 +01:00 |
|
Daniele Teti
|
6837182cc3
|
+ updated copyright header
|
2021-08-15 18:39:55 +02:00 |
|
Vitao-Jose
|
26a507748b
|
Update MVCFramework.Controllers.CacheController.pas
Line 191 - change
if not String.IsNullOrWhiteSpace(lConnection) then
by
if not String.IsNullOrWhiteSpace(lKeyAuth) then
|
2020-04-11 01:11:34 -03:00 |
|
Sandro Borges
|
1052769b54
|
Added authentication key for redis connection
|
2020-04-02 09:41:33 -03:00 |
|
Daniele Teti
|
8144baf40c
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
|
Daniele Teti
|
8ed859b7d1
|
New build system based on pyinvoke
|
2019-01-08 12:48:53 +01:00 |
|
Daniele Teti
|
b49bc82d8b
|
3.0 RC12 hydrogen
|
2018-01-29 17:30:53 +01:00 |
|
Daniele Teti
|
121b6359e1
|
- Removed ContentEncoding
FIX https://github.com/danieleteti/delphimvcframework/issues/105
|
2017-09-08 17:00:46 +02:00 |
|
Ezequiel Juliano Müller
|
372bf9bc13
|
Refactoring, standardizing names and removing unnecessary dependencies.
|
2017-03-23 14:51:25 -03:00 |
|
Ezequiel Juliano Müller
|
ee9659762b
|
Refactoring and Removing Dependencies
|
2017-03-20 15:08:01 -03:00 |
|
Daniele Teti
|
ccc8ee90ab
|
FIX OnBeforeAction (Thank you to Marco Mottadelli)
More unit tests
Refactoring for XE6
Updated copyright to 2017
|
2017-01-05 12:45:51 +01:00 |
|
Daniele Teti
|
54c82554e6
|
ADD Cache support based on Redis
MVCFramework.Controllers.CacheController.pas
|
2016-11-07 12:24:13 +01:00 |
|
danieleteti
|
115e856d04
|
DelphiREDISClient changed a method name
|
2016-10-05 23:32:11 +02:00 |
|
danieleteti
|
ce80bb79fd
|
Refactoring
|
2016-09-25 16:17:48 +02:00 |
|