summaryrefslogtreecommitdiff
path: root/databases/redis-scripting/files/patch-redis.conf (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-07-22Add redis-scripting, version 2.2.111, an experimental version ofSergey A. Osokin1-0/+0
Redis 2.2.11 with support for Lua scripting, backported from the scripting branch. Instructions about how to use it are contained in following blog post: http://antirez.com/post/scripting-branch-released.html Connect to build. Add CONFLICTS and bump PORTREVISION for databases/redis.
2010-09-20Update to latest stable version 2.0.1.Sergey A. Osokin1-11/+11
Previous stable release redis-1.2.6 repocopied to databases/redis1.
2010-01-17Update from 1.02 to 1.2.0.Sergey A. Osokin1-12/+12
Adopt patch for redis.conf. Previously and by default redis was compiled with debugging information, that didn't respect CFLAGS. So, now its possible to compile with debugging information by use WITH_DEBUG knob. Take maintainership. Approved by: maintainer (skv@)
2009-07-27Add redis 0.900, a persistent key-value database with built-in netSergey Skvortsov1-0/+34
interface.