Gökhan Özeloğlu

Results 24 comments of Gökhan Özeloğlu

It would be a nice feature. I'd like to see the notification on the notification history.

> The SetEx method is currently implemented on the key. What do you mean by this? Where is the key? > We could definitely combine this into a single command,...

I may check and fix this part.

Hi @roseduan. Do you mean [this part](https://redis.io/commands/?group=server)?

Ok. I'll try to do something as soon as possible.

@roseduan You can close this issue.

Hi @gungoren. I'd like to add this feature if it is not still added to project.

Hi @nalgeon, I understand your point. You are right. Let me introduce the structure for Set commands. We can discuss and enhance them. ### SADD ```go func (d *DB) Sadd(key...

I agree that starting with limited commands is a good way. Function/method signatures look fine except for naming. Our command names are `Add`, `Rem`(`Remove)`, and `IsMember`. However, you suggested `Delete`...

What do you think about the SQL queries? ```sql create table if not exists rset ( key_id integer not null, member blob not null, foreign key (key_id) references rkey (id)...