Skip to content

Commit

Permalink
Aerospike Expression API (#81)
Browse files Browse the repository at this point in the history
Implementation of the Expression API introduced in Aerospike Server version 5.2. This PR adds the new Expression API and removes the old PredExp API.

This is a breaking change for Query and PredExp:
* PredExp was removed from Statement
* The PredExp methods were removed

Co-authored-by: Jan Hecking <jhecking@aerospike.com>
  • Loading branch information
jonas32 and jhecking authored Oct 28, 2020
1 parent c3d8135 commit 9a184b5
Show file tree
Hide file tree
Showing 37 changed files with 6,490 additions and 1,145 deletions.
2 changes: 1 addition & 1 deletion .travis/aerospike.conf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ network {
namespace test {
replication-factor 2
memory-size 1G
default-ttl 30d # 30 days, use 0 to never expire/evict.
default-ttl 0 # 30 days, use 0 to never expire/evict.
storage-engine memory
allow-ttl-without-nsup true
}
Loading

0 comments on commit 9a184b5

Please sign in to comment.