antirez
5e84f56ea6
file .prerequisites added to gitignore
2011-11-21 15:35:54 +01:00
Pieter Noordhuis
4b8a63941d
Rebuild deps/ and src/ when ARCH changes
...
This change moves the build instructions for dependencies to a separate
Makefile in deps/. The ARCH environment variable is stored in a
.make-arch file in the same directory as the Makefile. The contents of
this file is read and compared to the current ARCH, and, on a mismatch
triggers rebuilding the entire source tree.
When file .make-arch exists and matches with ARCH from the environment,
the dependencies are assumed to already be built.
The new "clean" target only cleans the Redis source tree, not its
dependencies. To clear the dependencies as well, the "distclean" target
can be used.
2011-11-15 12:41:35 -08:00
antirez
a84e7e46ec
removed a few entries for gitignore
2011-10-23 12:16:07 +02:00
Pierre Chapuis
45ec3243f8
Untrack and ignore Lua binary files (2)
2011-06-14 18:08:45 +02:00
Pierre Chapuis
6d0014cf58
Untrack and ignore Lua binary files
2011-06-14 18:08:36 +02:00
antirez
4eddb12156
gitignore updated
2011-03-15 10:47:04 +01:00
antirez
0b470ebdaa
new gitingore
2010-12-30 16:42:11 +01:00
antirez
67b0b41c87
disk store logged messages improved
2010-12-29 23:08:18 +01:00
antirez
d3e5e28804
added mkrelease.sh script into utils. gitignore modified accordingly since this script was originally ignored
2010-12-20 15:47:33 +01:00
antirez
4c4dec7202
release notes added
2010-12-15 16:44:29 +01:00
antirez
5b761a3387
gitignore now includes a few more files
2010-11-29 11:14:57 +01:00
antirez
c086b85afb
added a few more files to gitignore
2010-11-15 15:50:41 +01:00
antirez
fb829ec6a2
gitignore modified
2010-07-01 14:41:03 +02:00
antirez
75a190ca72
gitignore updated
2010-05-25 10:06:37 +02:00
Pieter Noordhuis
5436146c8d
create release.h in make process and add this information to INFO listing
2010-05-17 22:28:12 +02:00
Pieter Noordhuis
e795c75888
ignore redis-check-aof binary
2010-05-05 13:47:17 +02:00
Pieter Noordhuis
08af4d5c96
utility to check rdb files for unprocessable opcodes
2010-03-13 15:57:00 +01:00
antirez
eaa256ad25
ZSets double to string serialization fixed
2009-11-03 14:36:38 +01:00
antirez
f2aa84bd63
Lua client added thanks to Daniele Alessandri
2009-03-26 17:23:51 +01:00
antirez
5a6948fbc0
random tested mode for test-redis.tcl, minor other stuff, version switched to 0.8
2009-03-24 00:43:38 +01:00
antirez
87eca72788
MONITOR command implemented.
2009-03-23 19:43:39 +01:00
antirez
5a039e3b95
lucsky changes imported. pid file path can now be configured, redis-cli fixes
2009-03-23 17:22:24 +01:00
Luc Heinrich
db52edaa0d
Added gitignore file.
2009-03-23 12:28:28 +01:00