From f723c65f1b10ca1533151aafded035f0701404f3 Mon Sep 17 00:00:00 2001 From: Rowan Trollope Date: Sat, 8 Feb 2025 09:14:58 +0900 Subject: [PATCH] Updated gitignore Ignoring movies example files --- .gitignore | 1 + examples/movies/.gitignore | 1 + vset.c | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 16a0848d7a..8475a250a4 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ w2v word2vec.bin TODO *.txt +*.rdb \ No newline at end of file diff --git a/examples/movies/.gitignore b/examples/movies/.gitignore index 01d36395b7..e736c6ad2a 100644 --- a/examples/movies/.gitignore +++ b/examples/movies/.gitignore @@ -1 +1,2 @@ mpst_full_data.csv +partition.json diff --git a/vset.c b/vset.c index b108e9260f..bcf654dd0c 100644 --- a/vset.c +++ b/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) {