mirror of
https://github.com/redis/redis.git
synced 2026-06-09 08:55:06 -04:00
Updated gitignore
Ignoring movies example files
This commit is contained in:
parent
324f861f0e
commit
f723c65f1b
3 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,3 +8,4 @@ w2v
|
|||
word2vec.bin
|
||||
TODO
|
||||
*.txt
|
||||
*.rdb
|
||||
1
examples/movies/.gitignore
vendored
1
examples/movies/.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
mpst_full_data.csv
|
||||
partition.json
|
||||
|
|
|
|||
2
vset.c
2
vset.c
|
|
@ -449,7 +449,7 @@ int VADD_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) {
|
|||
cas = 0;
|
||||
|
||||
/* Here depending on the CAS option we directly insert in a blocking
|
||||
* way, or use a therad to do candidate neighbors selection and only
|
||||
* way, or use a thread to do candidate neighbors selection and only
|
||||
* later, in the reply callback, actually add the element. */
|
||||
|
||||
if (!cas) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue