Commit Graph

104 Commits

Author SHA1 Message Date
Sergey Lanzman 37c1ffc57a add go simple support 2017-03-17 20:22:20 +02:00
astaxie 3d629e7320 Merge pull request #2468 from antony66/ssdb_cache_fix_is_exist
Fixes issue #2467 with ssdb cache IsExist
2017-02-27 18:58:53 +08:00
Anton Khalikov 74045090cc This fixes issue #2467 with ssdb cache IsExist 2017-02-27 14:14:16 +05:00
liming db67ffbb94 1.simplify reading and writing file code
2.add apiauth test
2017-02-10 09:35:23 +08:00
astaxie 161c061376 fix cache/memcache test 2016-08-30 23:24:30 +08:00
astaxie 7df74c0a30 fix #1521 2016-08-30 21:24:56 +08:00
JessonChan e59271662c fix bee fix 2016-03-25 13:25:29 +08:00
JessonChan fa4a231cd4 duration change to second 2016-03-25 11:46:19 +08:00
JessonChan 6d0fe8c4f4 go fmt cache file 2016-03-25 11:05:20 +08:00
JessonChan 2db8c753fd bee fix 2016-03-25 10:56:15 +08:00
liuchun bd04be4470 move time to the top 2016-03-08 14:44:37 +08:00
liuchun 0a0fc351e7 fix ssdb_test 2016-03-08 12:59:19 +08:00
liuchun 9ddc2f5474 fix panic err 2016-03-07 15:00:03 +08:00
liuchun 0caadb9b66 rename vars 2016-03-07 14:45:45 +08:00
liuchun be23c42674 Merge branches 'master' and 'develop' of lcbluestorm.github.com:lcbluestorm/beego into develop 2016-03-07 10:19:55 +08:00
liuchun 48ec7f736e fix GetMulti bug 2016-03-06 14:46:13 +08:00
liuchun 292d8f2c00 add ssdb cache adapter 2016-03-06 13:17:16 +08:00
astaxie 61e9dc74c9 make sure the memcache testing success 2016-01-26 00:27:02 +08:00
astaxie 089242eda0 memcache test mulit return map has no sequence 2016-01-18 00:36:05 +08:00
astaxie f925bb9058 golint all the files 2016-01-18 00:18:21 +08:00
astaxie 9adf20d72e gofmt -s 2016-01-17 23:57:07 +08:00
astaxie b90a28bafb Merge pull request #1546 from youngsterxyf/develop
fix #1530
2016-01-12 20:01:51 +08:00
astaxie dc278da17c fix the sqlite3 & cache sleep 11 second 2016-01-08 23:30:19 +08:00
youngsterxyf 0b0904db13 for issue #1530, accept @JessonChan's suggestion 2016-01-08 20:16:58 +08:00
youngsterxyf bb43d3a78c fix #1530 2016-01-08 13:47:14 +08:00
JessonChan 3821b2cb26 createdTime typo fixed 2016-01-07 09:37:50 +08:00
JessonChan 8aed4c13d7 isExist func will check if the value is expired 2016-01-07 09:36:23 +08:00
JessonChan 6465dbd703 no more goroutine ,i will be GCed at a gc goroutine 2016-01-07 09:28:40 +08:00
JessonChan 98e0626f0c rename vals 2016-01-07 09:25:06 +08:00
JessonChan b0b9812de6 extract a expire fun 2016-01-07 09:13:47 +08:00
JessonChan eff200e014 modify as xuxiaohei suggest
https://github.com/astaxie/beego/issues/1259
2016-01-07 09:08:00 +08:00
JessonChan 8832334d6a tiny fix for error description and comment 2016-01-06 15:12:25 +08:00
JessonChan 0b39091292 mem cache put function fixed
when a expire duration==0,it means forever
https://github.com/astaxie/beego/issues/1260
2016-01-06 15:05:29 +08:00
astaxie a03fa0fb73 improve cache modules. support mulit instances 2016-01-04 10:50:04 +08:00
astaxie fda28fa2ff fix the conv test case 2015-09-18 12:11:48 +08:00
astaxie 4823a0f114 remove the dead code 2015-09-17 23:47:26 +08:00
astaxie d7aaf2ebeb golint cache package 2015-09-09 00:15:03 +08:00
Kyoung-chan Lee fe1ec1675f Fix a wrong url (http 404). 2015-09-06 17:22:33 +09:00
Kyoung-chan Lee 4ad743fc8b Update a outdated information in README. 2015-09-06 17:20:18 +09:00
Kyoung-chan Lee 06ec3a931d Fix a wrong test name. 2015-09-06 17:13:55 +09:00
astaxie 499ee09d4b Merge pull request #1194 from zieckey/GetMulti
Add GetMulti method for Cache interface
2015-06-08 08:36:20 +08:00
weizili.build17 970f0b460c Add GetMulti method for Cache interface 2015-06-07 21:33:01 +08:00
astaxie 9280683935 Merge pull request #1193 from zieckey/auth
Execute AUTH command when the "password" is configured
2015-06-07 20:34:32 +08:00
weizili.laptop a58c8180e8 Execute AUTH command when the "password" is configured 2015-06-07 16:26:23 +08:00
astaxie 1d8afdc9c9 gofmt -s & go_vet 2015-05-25 09:10:34 +08:00
astaxie f988f035e5 redis provider for session and cache support select db 2015-02-16 21:56:32 +08:00
astaxie d3ab157915 fix the cache test 2014-12-19 14:40:16 +08:00
kristen1980 77ed151243 Allow absolute path for filesystem cache
Gives more flexibility by making it an absolute path. A relative path can easily be created by the user.
2014-12-07 10:00:35 -07:00
astaxie db43892fe6 improve the Put #896 2014-10-31 00:28:51 +08:00
Wang Hao 29b60d6058 fixed uninitialized return error if StartAndGC fails 2014-09-03 22:43:06 +08:00