summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add GT and LT options to ZADD for conditional score updates (#7818)alexronke-channeladvisor2020-09-231-0/+1
| | | Co-authored-by: Alex Ronke <w.alex.ronke@gmail.com>
* Add language servers stuff, test/tls to gitignore. (#7698)Yossi Gottlieb2020-08-241-0/+4
|
* fix comments in latency.cfengpf2020-03-121-0/+1
|
* Git ignore: ignore more files.antirez2020-01-101-0/+2
|
* Add support for incremental build with header filesJohn Sully2020-01-011-0/+1
|
* ignore vscode conf dirjem2018-09-181-0/+1
|
* Generate Makefile.dep at every build.antirez2016-07-061-0/+1
| | | | | Normally we used to update it from time to time. Too fragile... better to generate dependencies at every run and delete them on 'make clean'.
* Handle redis-check-rdb as a standalone program.antirez2015-02-031-0/+1
| | | | | | | | | | This also makes it backward compatible in the usage, but for the command name. However the old command name was less obvious so it is worth to break it probably. With the new setup the program main can perform argument parsing and everything else useful for an RDB check regardless of the Redis server itself.
* Ignore redis-check-rdb after the name switch.antirez2015-01-281-1/+1
|
* Cluster: nodes.conf added to git ignore list.antirez2014-10-071-0/+1
|
* Redis/Jemalloc Gitignore were too aggressive.antirez2013-04-181-2/+7
| | | | | | | | Redis gitignore was too aggressive since simply broken. Jemalloc gitignore was too agressive because it is conceived to just keep the files that allow to generate all the rest in development environments (so for instance the "configure" file is excluded).
* .gitignore modified to be more general with less entries.antirez2012-09-171-7/+1
|
* First implementation of Redis Sentinel.antirez2012-07-231-0/+2
| | | | | | | | This commit implements the first, beta quality implementation of Redis Sentinel, a distributed monitoring system for Redis with notification and automatic failover capabilities. More info at http://redis.io/topics/sentinel
* file .prerequisites added to gitignoreantirez2011-11-211-0/+1
|
* Rebuild deps/ and src/ when ARCH changesPieter Noordhuis2011-11-151-0/+1
| | | | | | | | | | | | | | | 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.
* removed a few entries for gitignoreantirez2011-10-231-2/+0
|
* Untrack and ignore Lua binary files (2)Pierre Chapuis2011-06-141-0/+1
|
* Untrack and ignore Lua binary filesPierre Chapuis2011-06-141-0/+2
|
* gitignore updatedantirez2011-03-151-0/+1
|
* new gitingoreantirez2010-12-301-0/+1
|
* disk store logged messages improvedantirez2010-12-291-0/+1
|
* added mkrelease.sh script into utils. gitignore modified accordingly since ↵antirez2010-12-201-1/+0
| | | | this script was originally ignored
* release notes addedantirez2010-12-151-1/+0
|
* gitignore now includes a few more filesantirez2010-11-291-0/+2
|
* added a few more files to gitignore2.2-alpha5antirez2010-11-151-0/+2
|
* gitignore modifiedantirez2010-07-011-1/+1
|
* gitignore updatedantirez2010-05-251-0/+3
|
* create release.h in make process and add this information to INFO listingPieter Noordhuis2010-05-171-0/+1
|
* ignore redis-check-aof binaryPieter Noordhuis2010-05-051-0/+1
|
* utility to check rdb files for unprocessable opcodesPieter Noordhuis2010-03-131-0/+1
|
* ZSets double to string serialization fixedantirez2009-11-031-0/+3
|
* Lua client added thanks to Daniele Alessandriantirez2009-03-261-0/+1
|
* random tested mode for test-redis.tcl, minor other stuff, version switched ↵antirez2009-03-241-0/+1
| | | | to 0.8
* MONITOR command implemented.antirez2009-03-231-0/+1
|
* lucsky changes imported. pid file path can now be configured, redis-cli fixesantirez2009-03-231-0/+1
|
* Added gitignore file.Luc Heinrich2009-03-231-0/+5