Bug 154440 - update port databases/dalmp
Summary: update port databases/dalmp
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-01 15:30 UTC by nbari
Modified: 2011-02-02 15:20 UTC (History)
0 users

See Also:


Attachments
dalmp.diff (1.15 KB, patch)
2011-02-01 15:30 UTC, nbari
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nbari 2011-02-01 15:30:09 UTC
-cleaned code trying to remove some overhead with memcache/redis, also fixed issues with debugger

-fixed CacheFlush  so it can work with cache groups

-fixed Cache method for accepting both key or group, so that a user can cache by group and also delete just a item of a group using the key

-users can chose to store session in group or not when caching, arguments: bool,
cache type, 'group:name', connection name, example: SessionStart(1, memcache,
'group:sessions',db1);

-improvement to methods set/get/delete so user can chose the cache type, example
set('redis',foo,bar,300)
get('redis',foo)
delete('redis',foo)

-added renumber method for helping to renumber tables that the autoincrement field lost continuity, usare renumber('table'), renumber('table','uid') where uid is the autoincrement name of the table
Comment 1 dfilter service freebsd_committer freebsd_triage 2011-02-02 15:16:09 UTC
arved       2011-02-02 15:16:06 UTC

  FreeBSD ports repository

  Modified files:
    databases/dalmp      Makefile distinfo pkg-plist 
  Log:
  Update to 0.9.287
  
  PR:             154440
  Submitted by:   Nicolas de Bari Embriz <nbari@dalmp.com>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.6       +1 -1      ports/databases/dalmp/Makefile
  1.7       +2 -2      ports/databases/dalmp/distinfo
  1.2       +1 -0      ports/databases/dalmp/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2011-02-02 15:16:15 UTC
State Changed
From-To: open->closed

committed, thanks