Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature-search-json] Sync with master (2) #344

Merged
merged 16 commits into from
May 5, 2021

Conversation

rafie
Copy link
Contributor

@rafie rafie commented May 4, 2021

No description provided.

gkorland and others added 11 commits April 29, 2021 10:11
* improve arr_pop, arr_insert & arr_trim performance 
* refactor do_json_* functions
* normalize index for backward
* adpat for full backward with 1.0.x
* Restore optional path (default is $) for JSON.DEL

* Add JSON.CLEAR

* Handle JSON.CLEAR with $ path

* Add JSON.CLEAR - Fix failure in test:testSetInvalidPathShouldFail

* Idiomatic fixes per Gavrie review

Co-authored-by: Guy Korland <gkorland@gmail.com>
last promoted builds
@rafie rafie requested a review from oshadmi May 4, 2021 15:56
src/lib.rs Outdated
@@ -4,8 +4,7 @@ extern crate redis_module;
use std::{i64, usize};

use redis_module::raw::RedisModuleTypeMethods;
use redis_module::{native_types::RedisType, NotifyEvent};
use redis_module::{raw as rawmod, NextArg};
use redis_module::{native_types::RedisType, NextArg, NotifyEvent};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

raw as rawmod was excluded from merge, should be something like:
use redis_module::{native_types::RedisType, NextArg, NotifyEvent, raw as rawmod};

@oshadmi oshadmi merged commit 93e471f into feature-search-json May 5, 2021
@oshadmi oshadmi deleted the rafi-sj-sync2 branch May 5, 2021 11:09
@oshadmi oshadmi restored the rafi-sj-sync2 branch May 5, 2021 11:10
@oshadmi oshadmi deleted the rafi-sj-sync2 branch May 5, 2021 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants