-
@makbulut : Can you implement method flush in class AerospikeStore
Here is my code
```php
public function flush()
{
$this->aerospike->truncate($this->namespace, null, 0);
}
```
Reference: …
-
```
make: *** [aerospike.lo] Error 1
Script cd src && ./build.sh handling the post-install-cmd event returned with error code 3
```
I am getting this error whenever I run
`sudo composer run-sc…
-
Hi,
I am getting
php[10629]: segfault at 8 ip 00007f471a5a13b2 sp 00007fffb3d09370 error 4 in aerospike.so[7f471a502000+1b1000] after construct in php 7.2.
Simple test case
$config = array("hos…
-
Hi
I have an issue trying to write data to the aerospike server, in that it seems to be serializing all data, regardless of whether it's a supported format or not. As an example (I've omitted some …
-
I would like to add some top level prefix for our fields to avoid collision with evolving ECS schema. I want something short. I want to use 2letter organizations abbreviations. Is it safe to use 2 let…
-
Enviroment:
- Mac OS El capitan
- PHP 7.1
- Laravel: 5.5
- Latest Aerospike up to now
![screen shot 2018-02-23 at 8 53 43 am](https://user-images.githubusercontent.com/24804332/36574239-4c727…
-
Hi,
I'm trying to create a docker container with screeenly but I can't get it to create screenshots.
I followed the [self hosting guide](https://github.com/stefanzweifel/screeenly/wiki/Requireme…
-
Hello Eugene,
I did the setup for native-osx, and the result was unbelievable, setup became extremely fast. Hence, I replicated the solution for my entire team, one of my team members restarted his…
-
Enviroment:
- Mac OS El capitan
- PHP 7.1
- Laravel: 5.5
- Latest Aerospike up to now
![screen shot 2018-02-23 at 8 40 03 am](https://user-images.githubusercontent.com/24804332/36573959-dee4f…
-
Mac OS 10.12.6 (16G29)
```
$ docker --version
Docker version 17.09.1-ce, build 19e2cf6
$ docker-compose --version
docker-compose version 1.17.1, build 6d101fb
```
when i run
```
docker-c…