-
- Downloads
Added Redis stack support (JSON, Search, TimeSeries, Bloom) (#1253)
Showing
- .codespellrc 1 addition, 1 deletion.codespellrc
- .github/workflows/stack.yml 62 additions, 0 deletions.github/workflows/stack.yml
- .github/workflows/tests.yml 7 additions, 7 deletions.github/workflows/tests.yml
- CHANGELOG.md 6 additions, 0 deletionsCHANGELOG.md
- examples/Commands/Json/json_debug_memory.php 28 additions, 0 deletionsexamples/Commands/Json/json_debug_memory.php
- examples/Commands/Search/ft_aggregate.php 52 additions, 0 deletionsexamples/Commands/Search/ft_aggregate.php
- examples/Commands/Search/ft_alter.php 41 additions, 0 deletionsexamples/Commands/Search/ft_alter.php
- examples/Commands/Search/ft_config_help.php 25 additions, 0 deletionsexamples/Commands/Search/ft_config_help.php
- examples/Commands/Search/ft_config_set_get.php 29 additions, 0 deletionsexamples/Commands/Search/ft_config_set_get.php
- examples/Commands/Search/ft_cursor_del.php 54 additions, 0 deletionsexamples/Commands/Search/ft_cursor_del.php
- examples/Commands/Search/ft_cursor_read.php 62 additions, 0 deletionsexamples/Commands/Search/ft_cursor_read.php
- examples/Commands/Search/ft_explain.php 32 additions, 0 deletionsexamples/Commands/Search/ft_explain.php
- examples/Commands/Search/ft_profile.php 38 additions, 0 deletionsexamples/Commands/Search/ft_profile.php
- examples/Commands/Search/ft_spellcheck.php 40 additions, 0 deletionsexamples/Commands/Search/ft_spellcheck.php
- examples/Commands/Search/ft_sug_add_get_del_len.php 39 additions, 0 deletionsexamples/Commands/Search/ft_sug_add_get_del_len.php
- examples/Commands/Search/ft_syndump.php 35 additions, 0 deletionsexamples/Commands/Search/ft_syndump.php
- examples/Commands/Search/ft_synupdate.php 32 additions, 0 deletionsexamples/Commands/Search/ft_synupdate.php
- examples/Commands/Search/ft_tagvals.php 37 additions, 0 deletionsexamples/Commands/Search/ft_tagvals.php
- examples/Commands/TimeSeries/ts_add.php 38 additions, 0 deletionsexamples/Commands/TimeSeries/ts_add.php
- examples/Commands/TimeSeries/ts_alter.php 41 additions, 0 deletionsexamples/Commands/TimeSeries/ts_alter.php
.github/workflows/stack.yml
0 → 100644
examples/Commands/Json/json_debug_memory.php
0 → 100644
examples/Commands/Search/ft_aggregate.php
0 → 100644
examples/Commands/Search/ft_alter.php
0 → 100644
examples/Commands/Search/ft_config_help.php
0 → 100644
examples/Commands/Search/ft_cursor_del.php
0 → 100644
examples/Commands/Search/ft_cursor_read.php
0 → 100644
examples/Commands/Search/ft_explain.php
0 → 100644
examples/Commands/Search/ft_profile.php
0 → 100644
examples/Commands/Search/ft_spellcheck.php
0 → 100644
examples/Commands/Search/ft_syndump.php
0 → 100644
examples/Commands/Search/ft_synupdate.php
0 → 100644
examples/Commands/Search/ft_tagvals.php
0 → 100644
examples/Commands/TimeSeries/ts_add.php
0 → 100644
examples/Commands/TimeSeries/ts_alter.php
0 → 100644
Please register or sign in to comment