@@ -58,21 +58,9 @@ func main() {
5858
5959| Command | Recommended API and godoc |
6060| :--- | ----: |
61- | [ TS.CREATE] ( https://oss.redislabs.com/RedisBloom/commands/#tscreate ) | [ CreateKeyWithOptions] ( https://godoc.org/github.com/RedisBloom/redisbloom-go#Client.CreateKeyWithOptions ) |
62- | [ TS.ALTER] ( https://oss.redislabs.com/RedisBloom/commands/#tsalter ) | N/A |
63- | [ TS.ADD] ( https://oss.redislabs.com/RedisBloom/commands/#tsadd ) | <ul ><li >[ Add] ( https://godoc.org/github.com/RedisBloom/redisbloom-go#Client.Add ) </li ><li >[ AddAutoTs] ( https://godoc.org/github.com/RedisBloom/redisbloom-go#Client.AddAutoTs ) </li ><li >[ AddWithOptions] ( https://godoc.org/github.com/RedisBloom/redisbloom-go#Client.AddWithOptions ) </li ><li >[ AddAutoTsWithOptions] ( https://godoc.org/github.com/RedisBloom/redisbloom-go#Client.AddWithOptions ) </li > </ul > |
64- | [ TS.MADD] ( https://oss.redislabs.com/RedisBloom/commands/#tsmadd ) | N/A |
65- | [ TS.INCRBY/TS.DECRBY] ( https://oss.redislabs.com/RedisBloom/commands/#tsincrbytsdecrby ) | N/A |
66- | [ TS.CREATERULE] ( https://oss.redislabs.com/RedisBloom/commands/#tscreaterule ) | [ CreateRule] ( https://godoc.org/github.com/RedisBloom/redisbloom-go#Client.CreateRule ) |
67- | [ TS.DELETERULE] ( https://oss.redislabs.com/RedisBloom/commands/#tsdeleterule ) | [ DeleteRule] ( https://godoc.org/github.com/RedisBloom/redisbloom-go#Client.DeleteRule ) |
68- | [ TS.RANGE] ( https://oss.redislabs.com/RedisBloom/commands/#tsrange ) | [ RangeWithOptions] ( https://godoc.org/github.com/RedisBloom/redisbloom-go#Client.RangeWithOptions ) |
69- | [ TS.MRANGE] ( https://oss.redislabs.com/RedisBloom/commands/#tsmrange ) | [ MultiRangeWithOptions] ( https://godoc.org/github.com/RedisBloom/redisbloom-go#Client.MultiRangeWithOptions ) |
70- | [ TS.GET] ( https://oss.redislabs.com/RedisBloom/commands/#tsget ) | [ Get] ( https://godoc.org/github.com/RedisBloom/redisbloom-go#Client.Get ) |
71- | [ TS.MGET] ( https://oss.redislabs.com/RedisBloom/commands/#tsmget ) | [ MultiGet] ( https://godoc.org/github.com/RedisBloom/redisbloom-go#Client.MultiGet ) |
72- | [ TS.INFO] ( https://oss.redislabs.com/RedisBloom/commands/#tsinfo ) | [ Info] ( https://godoc.org/github.com/RedisBloom/redisbloom-go#Client.Info ) |
73- | [ TS.QUERYINDEX] ( https://oss.redislabs.com/RedisBloom/commands/#tsqueryindex ) | N/A |
74-
61+ | [ BF.ADD] ( https://oss.redislabs.com/redisbloom/Bloom_Commands/#bfadd ) | |
62+ | [ BF.EXISTS] ( https://oss.redislabs.com/redisbloom/Bloom_Commands/#bfexists ) | |
7563
7664## License
7765
78- redisbloom-go is distributed under the Apache-2 license - see [ LICENSE] ( LICENSE )
66+ redisbloom-go is distributed under the BSD 3-Clause license - see [ LICENSE] ( LICENSE )
0 commit comments