mkorkmaz / redislabs-rejson

Redislabs RedisJson aka ReJson Client for PHP (PHP 8.1+)
https://oss.redislabs.com/redisjson/
MIT License
42 stars 7 forks source link

Set is not working #3

Closed Peace-N closed 5 years ago

Peace-N commented 5 years ago

when using ->set() its not creating the entry however get() works as expected ...

mkorkmaz commented 5 years ago

Hi @Peace-N ,

If get() works expected then set() should also have been worked expected. To reproduce the issue, would you share the use case example and redis/redis-rejson version for the issue?

Thanks,

Peace-N commented 5 years ago

The issue seems to be happening when you use path

Peace-N commented 5 years ago

Hi @mkorkmaz I have managed to get it to work using a set pattern client:games:{id} and we may close this issue. I will open another issue for a bug i found and would like to create a pull request to core ...